This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
RE: libstdc++ debugging, was:Re: Heads up: Several thousand g++ and libstdc++ test failures on sparc[64]
- From: Pétur Runólfsson <peturr02 at ru dot is>
- To: "Andreas Tobler" <toa at pop dot agri dot ch>,<libstdc++ at gcc dot gnu dot org>,"Benjamin Kosnik" <bkoz at redhat dot com>
- Date: Fri, 10 Oct 2003 12:41:15 -0000
- Subject: RE: libstdc++ debugging, was:Re: Heads up: Several thousand g++ and libstdc++ test failures on sparc[64]
Andreas Tobler wrote:
> > 1) Fix gthr on Solaris.
>
> Hm, here I don't know enough to try. May someone more familar can help?
You might just file a PR and leave it at that.
> > 2) Change use of __gthread_active_p() and __gthread_once() from:
>
> With the snippet below I can build an test on solaris9 with only 4
> failures. Two in each run. (32/64bit)
>
> What is the prefered way to go?
Maybe 3) Do nothing?
Have you seen this?
http://gcc.gnu.org/ml/gcc-testresults/2003-10/msg00432.html
It probably has something to do with this:
http://gcc.gnu.org/ml/libstdc++/2003-10/msg00150.html
Petur