http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55137
Paolo Carlini <paolo.carlini at oracle dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2012-10-30 Ever Confirmed|0 |1 --- Comment #1 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-10-30 12:56:07 UTC --- Insane. struct S { int b; }; struct S s = { -1 + (int)(sizeof(int) - 1) };