This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Additional gcc-2.95 enum Bug
- To: mroth at nessie dot de
- Subject: Re: Additional gcc-2.95 enum Bug
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Fri, 14 Jan 2000 09:43:01 +0100
- CC: gcc-bugs at gcc dot gnu dot org
- References: <Pine.LNX.3.96.1000114051039.408B-100000@nessie.domain>
> while working on my project with a lot of enums, I discovered an
> additional bug in the C++ frontend.
Thanks for your bug report. The mainline compiler (2.96 20000111
(experimental)) says
a.cc: In function `void test ()':
a.cc:6: parse error before `b'
a.cc:6: confused by earlier errors, bailing out
so it seems the bug has been fixed (at least, it is reported before
the compiler crashes).
Regards,
Martin