public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/23999] DECL_SIZE set to NULL at times
       [not found] <bug-23999-4@http.gcc.gnu.org/bugzilla/>
@ 2021-08-08 17:26 ` pinskia at gcc dot gnu.org
  0 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-08-08 17:26 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |10.0
         Resolution|---                         |INVALID
             Status|NEW                         |RESOLVED

--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
r10-2596 changed the documentation of DECL_SIZE to allow for null.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug middle-end/23999] DECL_SIZE set to NULL at times
       [not found] <bug-23999-1@http.gcc.gnu.org/bugzilla/>
@ 2006-05-30  3:07 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-05-30  3:07 UTC (permalink / raw)
  To: gcc-bugs



------- 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
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-05-30 03:07:17
               date|                            |


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug middle-end/23999] DECL_SIZE set to NULL at times
  2005-09-21 15:19 [Bug middle-end/23999] New: " dberlin at gcc dot gnu dot org
  2005-09-25  4:38 ` [Bug middle-end/23999] " pinskia at gcc dot gnu dot org
@ 2005-09-25  5:06 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-09-25  5:06 UTC (permalink / raw)
  To: gcc-bugs


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug middle-end/23999] DECL_SIZE set to NULL at times
  2005-09-21 15:19 [Bug middle-end/23999] New: " dberlin at gcc dot gnu dot org
@ 2005-09-25  4:38 ` pinskia at gcc dot gnu dot org
  2005-09-25  5:06 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-09-25  4:38 UTC (permalink / raw)
  To: gcc-bugs


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-08-08 17:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-23999-4@http.gcc.gnu.org/bugzilla/>
2021-08-08 17:26 ` [Bug middle-end/23999] DECL_SIZE set to NULL at times pinskia at gcc dot gnu.org
     [not found] <bug-23999-1@http.gcc.gnu.org/bugzilla/>
2006-05-30  3:07 ` pinskia at gcc dot gnu dot org
2005-09-21 15:19 [Bug middle-end/23999] New: " dberlin at gcc dot gnu dot org
2005-09-25  4:38 ` [Bug middle-end/23999] " pinskia at gcc dot gnu dot org
2005-09-25  5:06 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).