This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: recent 3.0.3 regression for g++.pt/memtemp100.C
- From: Graham Stott <grahams at redhat dot com>
- To: Bob Wilson <bwilson at tensilica dot com>
- Cc: Mark Mitchell <mark at codesourcery dot com>,"gcc-bugs at gcc dot gnu dot org" <gcc-bugs at gcc dot gnu dot org>
- Date: Wed, 28 Nov 2001 14:35:19 -0500
- Subject: Re: recent 3.0.3 regression for g++.pt/memtemp100.C
- References: <133210000.1006971014@gandalf.codesourcery.com> <3C053B07.94FF1411@tensilica.com>
[Get raw message]
Bob,
Use --save-temps and look at the .ii file near the location of the parse error
it might be caused by something in the header files included be <iostream>
Graham