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

2021-08-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=23999 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |10.0 Resolution|---

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

2006-05-29 Thread pinskia at gcc dot gnu dot org
--- 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 -

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

2005-09-24 Thread pinskia at gcc dot gnu dot org
--- 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

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

2005-09-24 Thread pinskia at gcc dot gnu dot org
--- 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