This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/10207] Empty structure initialization fails under C++ (but works under C)
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Jun 2003 13:44:11 -0000
- Subject: [Bug c++/10207] Empty structure initialization fails under C++ (but works under C)
- References: <20030325082601.10207.vencain@swbell.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10207
------- Additional Comments From bangerth@dealii.org 2003-06-16 13:44 -------
I was under the impression that zero-sized empty structs had been adopted
in C99. I may as well be wrong on this. I just wanted to point out that
the difference in size of empty structures noted in the audit trail of this
PR has a reason and should not be subject of discussion -- which it hereby
has become :-)
Let's focus on the parsing stuff instead.
W.