This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: [Bug c/14374] New: valid unamed struct in a union rejected bygcc
- From: "Joseph S. Myers" <jsm at polyomino dot org dot uk>
- To: ahs3 at fc dot hp dot com <gcc-bugzilla at gcc dot gnu dot org>
- Cc: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 2 Mar 2004 01:04:26 +0000 (UTC)
- Subject: Re: [Bug c/14374] New: valid unamed struct in a union rejected bygcc
- References: <20040301221504.14374.ahs3@fc.hp.com>
On Mon, 1 Mar 2004, ahs3 at fc dot hp dot com wrote:
> typedef union {
> struct a;
> struct b;
> } MD;
I don't see how you get this to match the syntax for union declarations
(6.7.2.1) at all. A member name can only be omitted for bit-fields; the
syntax simply doesn't allow it otherwise.
--
Joseph S. Myers
jsm@polyomino.org.uk