This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/23999] DECL_SIZE set to NULL at times


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]