[gnu.g++.bug] BUG in GCC/G++ 1.34 - unnamed fields

rms@WHEATIES.AI.MIT.EDU (Richard Stallman) (03/30/89)

There is no extension for "unnamed fields".  `int ;' is an empty declaration
that does not declare any members.  It has no effect, except to get a
warning when -pedantic is used.