This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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 4.1 breakage...


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


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