This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/16637] [3.4/3.5 regression] syntax error on valid input code
- From: "rnewman at compubrite dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Jul 2004 16:30:47 -0000
- Subject: [Bug c++/16637] [3.4/3.5 regression] syntax error on valid input code
- References: <20040719225228.16637.rnewman@compubrite.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From rnewman at compubrite dot com 2004-07-20 16:30 -------
Whoops. Wrong work around in original comment -- sorry. The workaround is to
declare struct foo as:
struct foo {
union {
struct a a;
} u;
};
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16637