[Bug debug/61116] redundant DWARF with VLAs inside structs

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu May 8 18:52:00 GMT 2014


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];



More information about the Gcc-bugs mailing list