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]


--On Wednesday, November 28, 2001 11:48:26 AM -0800 Bob Wilson 
<bwilson@tensilica.com> wrote:

> 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.

Ah.  That makes sense; the test case is semi-bogus; the _U is in the
implementation namespace, and I didn't notice that.  I'll fix it up.

Thanks,

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com


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