This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re:Possible parser bug in 2.96, 3.0.x and 3.1?
- From: Peter Schmid <schmid at snake dot iap dot physik dot tu-darmstadt dot de>
- To: <gcc at gcc dot gnu dot org>
- Cc: <julian dot thomas at ntlworld dot com>
- Date: Sat, 22 Jun 2002 23:41:41 +0200 (CEST)
- Subject: Re:Possible parser bug in 2.96, 3.0.x and 3.1?
This is a known parser bug. Please confer
<http://gcc.gnu.org/bugs.html#known>.
A possible work around is replacing MyThing3(sBase(), 3) with
MyThing3((0,sBase()), 3).
Hope this helps,
Peter Schmid