mirror of git://gcc.gnu.org/git/gcc.git
re PR libstdc++/64483 (FAIL: 18_support/exception_ptr/64241.cc (test for excess errors))
PR libstdc++/64483 * testsuite/18_support/exception_ptr/64241.cc: Use dg-require-atomic-builtins. From-SVN: r219174
This commit is contained in:
parent
ec8fd1c0e3
commit
f034f3709a
|
|
@ -1,3 +1,9 @@
|
|||
2015-01-04 Jonathan Wakely <jwakely@redhat.com>
|
||||
|
||||
PR libstdc++/64483
|
||||
* testsuite/18_support/exception_ptr/64241.cc: Use
|
||||
dg-require-atomic-builtins.
|
||||
|
||||
2015-01-02 Jonathan Wakely <jwakely@redhat.com>
|
||||
|
||||
* testsuite/21_strings/basic_string/modifiers/64422.cc: Fix copyright
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@
|
|||
// <http://www.gnu.org/licenses/>.
|
||||
|
||||
// { dg-options "-std=gnu++11 -fno-exceptions -O0" }
|
||||
// { dg-require-atomic-builtins "" }
|
||||
|
||||
#include <exception>
|
||||
#include <testsuite_hooks.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue