This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Recent 4.1 breakage...
- From: Loren James Rittle <rittle at latour dot labs dot mot dot com>
- To: libstdc++ at gcc dot gnu dot org
- Date: Thu, 18 May 2006 09:28:50 -0500 (CDT)
- Subject: Re: Recent 4.1 breakage...
- References: <200605181357.k4IDvIPZ031728@latour.labs.mot.com>
- Reply-to: rittle at labs dot mot dot com
I wrote:
> It appears that we had a few regressions on i386-unknown-freebsd5.5
> at the 11th hour.
All new failures caused by:
terminate called after throwing an instance of 'std::runtime_error'
what(): could not obtain semaphore set
...which appears to be completely unrelated to any 4.1 patch to the
compiler in those two days (and the library itself was not patched).
That leave just one failure which has existed (for an unknown amount
of time since I hadn't bootstrapped in ages):
Assertion failed: (oss.str() == "Whatever"), function test01, file [...]
libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/26777.cc, line 79.
FAIL: 27_io/basic_filebuf/seekoff/char/26777.cc execution test
Regards,
Loren