mirror of
https://github.com/LIV2/bebbo-gcc.git
synced 2025-12-06 00:23:32 +00:00
libitm: Disable testing transaction-safe exceptions on Darwin and AIX.
* testsuite/libitm.c++/libstdc++-safeexc.C: Not supported on darwin or AIX. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@232693 138bc75d-0d04-0410-961f-82ee72b054a4
This commit is contained in:
parent
5bbf8ad36e
commit
8649302f3c
@ -1,3 +1,8 @@
|
||||
2016-01-21 Torvald Riegel <triegel@redhat.com>
|
||||
|
||||
* testsuite/libitm.c++/libstdc++-safeexc.C: Not supported on darwin
|
||||
or AIX.
|
||||
|
||||
2016-01-19 Richard Henderson <rth@redhat.com>
|
||||
|
||||
PR bootstrap/69343
|
||||
|
||||
@ -2,7 +2,10 @@
|
||||
// are indeed that. Thus, this also tests the transactional clones in
|
||||
// libstdc++ and libsupc++.
|
||||
|
||||
// { dg-do run }
|
||||
// Not supported on Darwin nor AIX because those lack the support for
|
||||
// weak references to undefined functions that we need in libstdc++ to make
|
||||
// exceptions transaction-safe.
|
||||
// { dg-do run { target { ! { *-*-darwin* powerpc-ibm-aix* } } } }
|
||||
|
||||
#include <iostream>
|
||||
#include <exception>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user