http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47267
Jerry DeLisle <jvdelisle at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|unassigned at gcc dot |jvdelisle at gcc dot |gnu.org |gnu.org --- Comment #3 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> 2011-01-13 19:33:25 UTC --- I think currently we use the limit for parameter arrays to not simplify at compile time. We do not do this for non parameter arrays. I will look into it further.