This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: recent 3.0.3 regression for g++.pt/memtemp100.C

[Get raw message]
Good call (and I apologize for not checking this earlier myself).  The
"_U" gets replaced by "0x00000001" with the SPARC version, so that the
parser sees "template <class 0x00000001>" instead of "template <class
_U>".

Sorry, Mark.  I'll go look through recent iostream changes to figure out
the source of the problem.

Graham Stott wrote:
> 
> 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>

-- 
Bob Wilson                      Tel: (408) 327-7312
Tensilica, Inc.                 Fax: (408) 986-8919
3255-6 Scott Blvd.              email: bwilson@tensilica.com
Santa Clara, CA 95054


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]