This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/29135] internal compiler error at cfgexpand.c:515



------- Comment #2 from pinskia at gcc dot gnu dot org  2006-09-19 04:19 -------
char input[((size_t)~0 >> 1)];

hehehehehehehe.

Anyways this has been fixed for 4.1.0 by rejecting this code saying there is a
stack (32bit) overflow.

*** This bug has been marked as a duplicate of 21107 ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
          Component|c                           |middle-end
         Resolution|                            |DUPLICATE


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]