[Bug c/55420] Gcc produces an internal compiler error (nested function with variably modified return)

2012-12-08 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55420 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED

[Bug c/55420] Gcc produces an internal compiler error (nested function with variably modified return)

2012-11-21 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55420 --- Comment #1 from Mikael Pettersson mikpe at it dot uu.se 2012-11-21 10:34:00 UTC --- ICEs gcc-4.6, but not 4.7 or 4.8.

[Bug c/55420] Gcc produces an internal compiler error (nested function with variably modified return)

2012-11-21 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55420 --- Comment #2 from Mikael Pettersson mikpe at it dot uu.se 2012-11-21 20:20:43 UTC --- FWIW, the ICE was cured for 4.7 by Joseph Myer's Don't use pending_sizes list for C patch in r173422: