This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/19867] New: ext/array_allocator/2.cc test failure in __exchange_and_add
- From: "janis at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Feb 2005 19:33:51 -0000
- Subject: [Bug libstdc++/19867] New: ext/array_allocator/2.cc test failure in __exchange_and_add
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
libstdc++ test ext/array_allocator/2.cc has failed for powerpc*-*-linux*
since it was added on 2004-10-07. On powerpc64-unknown-linux-gnu for both
-m32 and -m64 it gets SIGBUS in __exchange_and_add from atomicity.cc during
a destructor call. The test passes on AIX and Darwin, which use the same
atomicity.h file, but all archived test results for powerpc*-*-linux* show
the failure. It seems to fail intermittently on powerpc-unknown-eabispe.
--
Summary: ext/array_allocator/2.cc test failure in
__exchange_and_add
Product: gcc
Version: 4.0.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: libstdc++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: janis at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: powerpc*-*-linux*
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19867