------- Comment #2 from jakub at gcc dot gnu dot org  2010-01-04 15:20 -------
Shorter testcase:
struct S { int a; char b[2147483647]; };

void
foo (void)
{
  struct S s;
}
with -m32.


-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2010-01-04 15:20:31
               date|                            |


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

Reply via email to