[Bug target/49049] ICE in copyprop_hardreg_forward_1, at regcprop.c:767

2013-02-19 Thread LpSolit at netscape dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49049 --- Comment #11 from jye2 at gcc dot gnu.org 2012-06-08 06:58:33 UTC --- Author: jye2 Date: Fri Jun 8 06:58:25 2012 New Revision: 188327 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=188327 Log: Backport mainline r179607,

[Bug target/49049] ICE in copyprop_hardreg_forward_1, at regcprop.c:767

2011-10-07 Thread bernds at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49049 --- Comment #9 from Bernd Schmidt bernds at gcc dot gnu.org 2011-10-07 12:56:55 UTC --- Author: bernds Date: Fri Oct 7 12:56:52 2011 New Revision: 179657 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=179657 Log: PR target/49049

[Bug target/49049] ICE in copyprop_hardreg_forward_1, at regcprop.c:767

2011-10-07 Thread bernds at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49049 Bernd Schmidt bernds at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug target/49049] ICE in copyprop_hardreg_forward_1, at regcprop.c:767

2011-10-06 Thread bernds at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49049 --- Comment #8 from Bernd Schmidt bernds at gcc dot gnu.org 2011-10-06 13:13:00 UTC --- Author: bernds Date: Thu Oct 6 13:12:50 2011 New Revision: 179607 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=179607 Log: PR target/49049 *

[Bug target/49049] ICE in copyprop_hardreg_forward_1, at regcprop.c:767

2011-10-02 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49049 Mikael Pettersson mikpe at it dot uu.se changed: What|Removed |Added CC||bernds at gcc

[Bug target/49049] ICE in copyprop_hardreg_forward_1, at regcprop.c:767

2011-10-02 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49049 --- Comment #7 from Mikael Pettersson mikpe at it dot uu.se 2011-10-02 18:35:02 UTC --- The second larger test case from Matthias started failing with r161831: http://gcc.gnu.org/ml/gcc-cvs/2010-07/msg00185.html

[Bug target/49049] ICE in copyprop_hardreg_forward_1, at regcprop.c:767

2011-07-21 Thread doko at ubuntu dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49049 Matthias Klose doko at ubuntu dot com changed: What|Removed |Added CC||doko at ubuntu dot

[Bug target/49049] ICE in copyprop_hardreg_forward_1, at regcprop.c:767

2011-07-21 Thread doko at ubuntu dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49049 --- Comment #5 from Matthias Klose doko at ubuntu dot com 2011-07-21 08:31:56 UTC --- Created attachment 24801 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=24801 preprocessed volume.i source

[Bug target/49049] ICE in copyprop_hardreg_forward_1, at regcprop.c:767

2011-05-20 Thread ibolton at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49049 Ian Bolton ibolton at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug target/49049] ICE in copyprop_hardreg_forward_1, at regcprop.c:767

2011-05-20 Thread rmansfield at qnx dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49049 --- Comment #2 from Ryan Mansfield rmansfield at qnx dot com 2011-05-20 13:07:17 UTC --- With rev173940 I can reproduce it with -marm. $ ./cc1 -quiet -fpreprocessed ice.i -O3 -marm ice.i: In function 'foo': ice.i:28:1: error: insn does not

[Bug target/49049] ICE in copyprop_hardreg_forward_1, at regcprop.c:767

2011-05-20 Thread ibolton at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49049 --- Comment #3 from Ian Bolton ibolton at gcc dot gnu.org 2011-05-20 13:50:56 UTC --- Thanks for confirming that. If I try -marm -mcpu=arm7tdmi I can get the ICE, but not with -marm -mcpu=cortex-a9.