RE: [Aarch64] LRA

2014-11-06 Thread Evandro Menezes
...@arm.com] Sent: Wednesday, November 05, 2014 11:49 To: Evandro Menezes; gcc@gcc.gnu.org Subject: Re: [Aarch64] LRA On 05/11/14 17:14, Evandro Menezes wrote: It doesn't seem that the option -mno-lra does what it implies. If so, what does it do, for the it does result in differences

Re: [Aarch64] LRA

2014-11-06 Thread Andrew Pinski
: Wednesday, November 05, 2014 11:49 To: Evandro Menezes; gcc@gcc.gnu.org Subject: Re: [Aarch64] LRA On 05/11/14 17:14, Evandro Menezes wrote: It doesn't seem that the option -mno-lra does what it implies. If so, what does it do, for the it does result in differences. It causes the compiler

[Aarch64] LRA

2014-11-05 Thread Evandro Menezes
It doesn't seem that the option -mno-lra does what it implies. If so, what does it do, for the it does result in differences. TIA Evandro Menezes Austin, TX mailto:e.mene...@samsung.com e.mene...@samsung.com +1-512-425-3365

Re: [Aarch64] LRA

2014-11-05 Thread Richard Earnshaw
On 05/11/14 17:14, Evandro Menezes wrote: It doesn't seem that the option -mno-lra does what it implies. If so, what does it do, for the it does result in differences. It causes the compiler to use 'reload' rather than LRA for handling part of the register allocation process. R.

[Bug target/60697] [aarch64] LRA ICE (Segfault) while building 435.gromacs

2014-04-09 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60697 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||doko at gcc dot

[Bug target/60697] [aarch64] LRA ICE (Segfault) while building 435.gromacs

2014-03-30 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60697 Jeffrey A. Law law at redhat dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug target/60697] [aarch64] LRA ICE (Segfault) while building 435.gromacs

2014-03-28 Thread ktkachov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60697 --- Comment #2 from ktkachov at gcc dot gnu.org --- The compiler has been configured with: --with-pkgversion=unknown --disable-shared --disable-nls --disable-threads --disable-tls --enable-checking=yes --enable-languages=c,c++,fortran

[Bug target/60697] New: [aarch64] LRA ICE (Segfault) while building 435.gromacs

2014-03-28 Thread ktkachov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60697 Bug ID: 60697 Summary: [aarch64] LRA ICE (Segfault) while building 435.gromacs Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug target/60697] [aarch64] LRA ICE (Segfault) while building 435.gromacs

2014-03-28 Thread vmakarov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60697 Vladimir Makarov vmakarov at gcc dot gnu.org changed: What|Removed |Added CC||vmakarov at

[Bug target/60697] [aarch64] LRA ICE (Segfault) while building 435.gromacs

2014-03-28 Thread ktkachov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60697 ktkachov at gcc dot gnu.org changed: What|Removed |Added Keywords||ice-on-valid-code

[Bug target/60697] [aarch64] LRA ICE (Segfault) while building 435.gromacs

2014-03-28 Thread vmakarov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60697 --- Comment #4 from Vladimir Makarov vmakarov at gcc dot gnu.org --- Author: vmakarov Date: Fri Mar 28 22:14:36 2014 New Revision: 208926 URL: http://gcc.gnu.org/viewcvs?rev=208926root=gccview=rev Log: 2014-03-28 Vladimir Makarov