This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Parse error with throw
- To: benoit dot sibaud at rd dot francetelecom dot fr
- Subject: Re: Parse error with throw
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Sat, 27 May 2000 22:31:48 +0200
- CC: gcc-bugs at gcc dot gnu dot org
- References: <392E3157.F6439F2@rd.francetelecom.fr>
> I'm not sure it is really a bug. I only know that both 'throw
> exception()' and '(throw exception())' work with Sun CC 5.0. I don't
> know what is said by the C++ norm.
Thanks for your bug report. This is a known bug, see
http://www.gnu.org/software/gcc/bugs.html#parsing
Regards,
Martin