http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61116
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|redundant DWARF with VLAs |redundant DWARF with VLAs | |inside structs --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- I think the main reason is that Vla types are not merged. Think of code like: Int a[n]; N++ Int b[b];