Heads up: Several thousand g++ and libstdc++ test failures on sparc[64]
Andreas Tobler
toa@pop.agri.ch
Sat Oct 11 06:44:00 GMT 2003
Eric Botcazou wrote:
>>It seems that the g++ errors disappeared yesterday, but many of the
>>libstdc++ ones remain:
>>
>>http://gcc.gnu.org/ml/gcc-testresults/2003-10/msg00446.html
>
>
> The C++ errors have not totally disappeared: on 10/02, I had 7 unexpected C++
> failures while there are still 42 unexpected failures according to your
> report. I don't think we have recovered from the disastrous change yet.
>
With the patchlet we (mostly Pétur) found, the situation improves:
http://gcc.gnu.org/ml/gcc-testresults/2003-10/msg00450.html
See also the follow up thread from this one.
http://gcc.gnu.org/ml/libstdc++/2003-10/msg00170.html
and back.
Still awaiting comments.
Andreas
RCS file: /cvs/gcc/gcc/libstdc++-v3/src/locale.cc,v
retrieving revision 1.95
diff -u -r1.95 locale.cc
--- src/locale.cc 2 Oct 2003 23:06:13 -0000 1.95
+++ src/locale.cc 9 Oct 2003 18:37:34 -0000
@@ -387,7 +387,6 @@
#ifdef __GTHREADS
if (__gthread_active_p())
__gthread_once(&_S_once, _S_initialize_once);
- else
#endif
{
if (!_S_classic)
More information about the Gcc
mailing list