http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21664
Marek Polacek changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21664
Marek Polacek changed:
What|Removed |Added
CC||mpolacek at gcc dot gnu.org
--- Comment #
--- 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
--- 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
--- 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]; }