--
mmitchel at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29329
--- You a
--- 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
Assigne
--- 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+
3 matches
Mail list logo