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

Mark Mitchell mark@codesourcery.com
Sun Nov 18 04:12:00 GMT 2001



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



More information about the Gcc-bugs mailing list