[Bug target/27858] [4.2 Regression] ICE in spill_failure, at reload1.c:1911while bootstrapping 4.2 on alpha

2006-06-29 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2006-06-29 19:14 --- Fixed, Roger forgot to close this as fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/27858] [4.2 Regression] ICE in spill_failure, at reload1.c:1911while bootstrapping 4.2 on alpha

2006-06-14 Thread sayle at gcc dot gnu dot org
--- Comment #7 from sayle at gcc dot gnu dot org 2006-06-14 14:46 --- Subject: Bug 27858 Author: sayle Date: Wed Jun 14 14:46:33 2006 New Revision: 114642 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=114642 Log: PR target/27858 Revert incorrect fix for PR

[Bug target/27858] [4.2 Regression] ICE in spill_failure, at reload1.c:1911while bootstrapping 4.2 on alpha

2006-06-11 Thread sayle at gcc dot gnu dot org
--- Comment #6 from sayle at gcc dot gnu dot org 2006-06-12 02:10 --- Subject: Bug 27858 Author: sayle Date: Mon Jun 12 02:10:24 2006 New Revision: 114559 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=114559 Log: PR target/27858 Revert incorrect fix for PR

[Bug target/27858] [4.2 Regression] ICE in spill_failure, at reload1.c:1911while bootstrapping 4.2 on alpha

2006-06-04 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27858

[Bug target/27858] [4.2 Regression] ICE in spill_failure, at reload1.c:1911while bootstrapping 4.2 on alpha

2006-06-01 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Component|tree-optimization |target Keywords||build,

[Bug target/27858] [4.2 Regression] ICE in spill_failure, at reload1.c:1911while bootstrapping 4.2 on alpha

2006-06-01 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-06-01 16:28 --- I can reproduce this with 4.2.0 Mon May 29 22:03:29 UTC 2006 (revision 114217M) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27858

[Bug target/27858] [4.2 Regression] ICE in spill_failure, at reload1.c:1911while bootstrapping 4.2 on alpha

2006-06-01 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-06-01 17:14 --- Confirmed, a little more reduced testcase: typedef unsigned int uint32_t; union double_union { double d; uint32_t i[2]; }; int *_Jv_s2b (void); int *_Jv_Balloc (int); double _Jv_strtod_r (int *ptr, char *se,

[Bug target/27858] [4.2 Regression] ICE in spill_failure, at reload1.c:1911while bootstrapping 4.2 on alpha

2006-06-01 Thread janis at gcc dot gnu dot org
--- Comment #5 from janis at gcc dot gnu dot org 2006-06-01 17:50 --- A regression hunt using an alpha-linux cross compiler on powerpc64-linux with the testcase mini.c identified the following patch: http://gcc.gnu.org/viewcvs?view=revrev=113632 r113632 | sayle | 2006-05-08