https://gcc.gnu.org/bugzilla/show_bug.cgi?id=23999
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |10.0
Resolution|---
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-05-30 03:07 ---
The other case I found (while creating a patch) is:
extern int a[];
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
-
--- 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->a
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-25
04:38 ---
The only time I am thinking this is NULL is when you have something like:
struct a
{
int b[];
};
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23999