[libstdc++, testsuite] Add dg-require-thread-fence
authorChristophe Lyon <christophe.lyon@linaro.org>
Wed, 30 Nov 2016 08:49:01 +0000 (08:49 +0000)
committerChristophe Lyon <clyon@gcc.gnu.org>
Wed, 30 Nov 2016 08:49:01 +0000 (09:49 +0100)
2016-11-30  Christophe Lyon  <christophe.lyon@linaro.org>

* testsuite/experimental/type_erased_allocator/2.cc: Add
dg-require-thread-fence.

From-SVN: r243001

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/experimental/type_erased_allocator/2.cc

index 02ad29e6c19e653d909e314a338a032e0f62870a..234516857dfe3c186ccaaccfcf12743ffa71a6e5 100644 (file)
@@ -1,3 +1,8 @@
+2016-11-30  Christophe Lyon  <christophe.lyon@linaro.org>
+
+       * testsuite/experimental/type_erased_allocator/2.cc: Add
+       dg-require-thread-fence.
+
 2016-11-29  David Edelsohn  <dje.gcc@gmail.com>
 
        PR libstdc++/68838
index 216a88ca6296ea7ebfb49ac55f2c2008c0756650..0b733595e81694f5c062e70216e4aeeee59a8c01 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do run { target c++14 } }
+// { dg-require-thread-fence "" }
 
 // Copyright (C) 2015-2016 Free Software Foundation, Inc.
 //