[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

 AssignedTo|unassigned at gcc dot gnu   |ebotcazou at gcc dot gnu dot
   |dot org |org
 Status|NEW |ASSIGNED
   Last reconfirmed|2006-10-08 02:40:57 |2006-11-01 12:27:34
   date||


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29329



[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] = 0;
}


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

 CC||pinskia at gcc dot gnu dot
   ||org
 Status|UNCONFIRMED |NEW
  Component|target  |rtl-optimization
 Ever Confirmed|0   |1
   Keywords||ice-on-valid-code
  Known to fail||4.1.2
  Known to work||4.2.0
   Last reconfirmed|-00-00 00:00:00 |2006-10-08 02:40:57
   date||
   Target Milestone|--- |4.1.2


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29329