This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/16575] New: [3.4/3.5 Regression] ICE with flexible arrays: part 2
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Jul 2004 19:08:14 -0000
- Subject: [Bug middle-end/16575] New: [3.4/3.5 Regression] ICE with flexible arrays: part 2
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
struct S;
struct C {
int i;
struct S *tab[];
};
struct S { struct C c; };
void foo (struct S *x) {
((void)1, x->c).tab[0] = 0;
}
--
Summary: [3.4/3.5 Regression] ICE with flexible arrays: part 2
Product: gcc
Version: 3.5.0
Status: UNCONFIRMED
Keywords: ice-on-valid-code
Severity: critical
Priority: P2
Component: middle-end
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: pinskia at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16575