[Bug rtl-optimization/29329] [4.1 regression] internal consistency failure at -O2

2006-11-01 Thread ebotcazou at gcc dot gnu dot org
--- Comment #4 from ebotcazou at gcc dot gnu dot org 2006-11-01 12:27 --- Investigating. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/29329] [4.1 regression] internal consistency failure at -O2

2006-11-01 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=29329

[Bug rtl-optimization/29329] [4.1 regression] internal consistency failure at -O2

2006-10-07 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-10-08 02:40 --- Reduced testcase: struct node234_Tag { int t1; int kids[4]; void *elems[3]; }; void *add234_internal(struct node234_Tag *n, int ei) { int j; for (j = ei; j 2 n-elems[j+1];) j++; n-kids[j+1] =