http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57793
Paolo Carlini changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|jason at gcc
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57793
--- Comment #5 from Paolo Carlini ---
Note that something like this ICEs the C compiler too:
struct A { _Bool a : 1; _Bool b : 1; };
struct B
{
unsigned char c[0x4000];
unsigned char d[0x4ff0];
struct A e;
};
void *foo (struct B *p
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57793
--- Comment #4 from Paolo Carlini ---
Thanks Jakub.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57793
Jakub Jelinek changed:
What|Removed |Added
Keywords|ice-on-valid-code |ice-on-invalid-code
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57793
Daniel Krügler changed:
What|Removed |Added
CC||daniel.kruegler@googlemail.