[Bug target/39431] [4.3 Regression] ICE in spill_failure, at reload1.c:2093

2011-06-27 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39431 Richard Guenther changed: What|Removed |Added Status|NEW |RESOLVED Known to work|

[Bug target/39431] [4.3 Regression] ICE in spill_failure, at reload1.c:2093

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #15 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added --

[Bug target/39431] [4.3 Regression] ICE in spill_failure, at reload1.c:2093

2009-08-04 Thread rguenth at gcc dot gnu dot org
--- Comment #14 from rguenth at gcc dot gnu dot org 2009-08-04 12:29 --- GCC 4.3.4 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added --

[Bug target/39431] [4.3 Regression] ICE in spill_failure, at reload1.c:2093

2009-03-13 Thread bonzini at gnu dot org
--- Comment #13 from bonzini at gnu dot org 2009-03-13 07:32 --- Nevermind. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39431

[Bug target/39431] [4.3 Regression] ICE in spill_failure, at reload1.c:2093

2009-03-13 Thread bonzini at gnu dot org
--- Comment #12 from bonzini at gnu dot org 2009-03-13 07:28 --- I think you need a matching memory constraint instead of just "m" or the bug might resurface. (define_memory_constraint "H" "@internal" (match_test "cmpxchg8b_memory_operand (op, GET_MODE (op))") -- http://gcc.gnu

[Bug target/39431] [4.3 Regression] ICE in spill_failure, at reload1.c:2093

2009-03-12 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|jakub at gcc dot gnu dot org|unassigned at gcc dot gnu |

[Bug target/39431] [4.3 Regression] ICE in spill_failure, at reload1.c:2093

2009-03-12 Thread doko at ubuntu dot com
--- Comment #11 from doko at ubuntu dot com 2009-03-12 23:02 --- applied to the 4.3 branch it fixes the problem; no regressions in the testsuite for a biarch build on i486-linux-gnu with --enable-languages=c,c++ -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39431

[Bug target/39431] [4.3 Regression] ICE in spill_failure, at reload1.c:2093

2009-03-12 Thread jakub at gcc dot gnu dot org
--- Comment #10 from jakub at gcc dot gnu dot org 2009-03-12 20:47 --- Fixed on the trunk so far. -- jakub at gcc dot gnu dot org changed: What|Removed |Added Known