------- Comment #2 from pinskia at gcc dot gnu dot org 2007-07-06 09:54 -------
The issue is we are folding 0*n into 0 but not marking it as being non
constant, we could use the infrastructure provided by the patch for PR 32643
and set folding_initializer correctly while folding of the array size.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pinskia at gcc dot gnu dot
| |org
BugsThisDependsOn| |32643
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29116