[Bug c/14374] New: valid unamed struct in a union rejected by gcc

Joseph S. Myers jsm@polyomino.org.uk
Tue Mar 2 01:04:00 GMT 2004


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



More information about the Gcc-bugs mailing list