]> git.ipfire.org Git - thirdparty/gcc.git/commit
c-decl.c (grokfield): Make sure the only unnamed fields we're allowing are either...
authorDJ Delorie <dj@redhat.com>
Mon, 8 Oct 2001 19:44:53 +0000 (15:44 -0400)
committerDJ Delorie <dj@gcc.gnu.org>
Mon, 8 Oct 2001 19:44:53 +0000 (15:44 -0400)
commit3e96a2fd0c33ebf78db50bf040624b7cbf8f86b6
tree57957d9b9f531e9eefc55ddc7c9826a3fc7e0004
parent1dde5a4edc74e724f3881ad730a7db116e34ecc4
c-decl.c (grokfield): Make sure the only unnamed fields we're allowing are either structs or unions.

* c-decl.c (grokfield): Make sure the only unnamed fields
we're allowing are either structs or unions.
* doc/extend.texi: Add documentation for the unnamed field
extension.

From-SVN: r46088
gcc/ChangeLog
gcc/c-decl.c
gcc/doc/extend.texi