------- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-25 
05:06 -------
I think this is invalid because the testcase is what I thought it was:
   struct dwarf_cie {
    int i;
    unsigned char augmentation[];
  };
int get_cie_encoding (const struct dwarf_cie *cie)
{
     cie->augmentation;
}

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23999

Reply via email to