[Bug c/21664] array-of-empty-structure extension not properly defined

2014-04-18 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21664 Marek Polacek changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c/21664] array-of-empty-structure extension not properly defined

2014-03-20 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21664 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org --- Comment #

[Bug c/21664] array-of-empty-structure extension not properly defined

2005-10-25 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2005-10-25 19:47 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|norma

[Bug c/21664] array-of-empty-structure extension not properly defined

2005-05-19 Thread rguenth at gcc dot gnu dot org
--- Additional Comments From rguenth at gcc dot gnu dot org 2005-05-19 20:20 --- None. But I have to deal with the possibilities of these during folding of &a[2] == &a[1]. At least until the middle-end makes a promise that they cannot exist (which they do), or the C frontend rejects th

[Bug c/21664] array-of-empty-structure extension not properly defined

2005-05-19 Thread gdr at integrable-solutions dot net
--- Additional Comments From gdr at integrable-solutions dot net 2005-05-19 19:45 --- Subject: Re: New: array-of-empty-structure extension not properly defined "rguenth at gcc dot gnu dot org" <[EMAIL PROTECTED]> writes: | For | | struct {} a[4]; int main() { return &a[2] - &a[1]; }