This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: [Bug c++/10207] Empty structure initialization fails under C++ (but works under C)
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: gcc-bugzilla at gcc dot gnu dot org
- Cc: gcc-bugs at gcc dot gnu dot org
- Date: 14 Jun 2003 23:48:57 +0200
- Subject: Re: [Bug c++/10207] Empty structure initialization fails under C++ (but works under C)
- Organization: Integrable Solutions
- References: <20030325082601.10207.vencain@swbell.net><20030614203758.2911.qmail@sources.redhat.com>
"pinskia@physics.uc.edu" <gcc-bugzilla@gcc.gnu.org> writes:
| I thought empty structs in C were a gcc extension and that gcc
| decided that it would still be of size 0
Right.
-- Gaby