This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Template and error handling, internal error
- To: jm58660 at uta dot fi
- Subject: Re: Template and error handling, internal error
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Tue, 14 Mar 2000 22:33:03 +0100
- CC: egcs-bugs at egcs dot cygnus dot com
- References: <Pine.GSO.4.04.10003142222380.9714-100000@kielo>
> I'm using Red Hat Linux 6.1, version of egcs is 2.91. There seems to
> be something wrong with error handling:
Thanks for your bug report. gcc-2.95.2 says
a.cc:6: `T' was not declared in this scope
a.cc:6: parse error before `)'
a.cc:7: confused by earlier errors, bailing out
so it seems the bug has been fixed.
Regards,
Martin