mirror of git://gcc.gnu.org/git/gcc.git
65913.cc: Require atomic-builtins rather than specific target.
2016-06-30 Thomas Preud'homme <thomas.preudhomme@arm.com>
libstdc++-v3/
* testsuite/29_atomics/atomic/65913.cc: Require atomic-builtins rather
than specific target.
From-SVN: r237879
This commit is contained in:
parent
205cccc7c8
commit
72fb6bae83
|
|
@ -1,3 +1,8 @@
|
||||||
|
2016-06-30 Thomas Preud'homme <thomas.preudhomme@arm.com>
|
||||||
|
|
||||||
|
* testsuite/29_atomics/atomic/65913.cc: Require atomic-builtins rather
|
||||||
|
than specific target.
|
||||||
|
|
||||||
2016-06-27 François Dumont <fdumont@gcc.gnu.org>
|
2016-06-27 François Dumont <fdumont@gcc.gnu.org>
|
||||||
|
|
||||||
PR libstdc++/71640
|
PR libstdc++/71640
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,8 @@
|
||||||
// with this library; see the file COPYING3. If not see
|
// with this library; see the file COPYING3. If not see
|
||||||
// <http://www.gnu.org/licenses/>.
|
// <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
// { dg-do run { target x86_64-*-linux* powerpc*-*-linux* } }
|
// { dg-do run }
|
||||||
|
// { dg-require-atomic-builtins "" }
|
||||||
// { dg-options "-std=gnu++11 -O0" }
|
// { dg-options "-std=gnu++11 -O0" }
|
||||||
|
|
||||||
#include <atomic>
|
#include <atomic>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue