This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


------- 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 this.  It's
really a question for advice on details of our own extension to the C language.

Richard.

-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]