From: Christophe Lyon Date: Wed, 30 Nov 2016 08:49:01 +0000 (+0000) Subject: [libstdc++, testsuite] Add dg-require-thread-fence X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dfad822a610f2293d779f72c454437c0779c9b4d;p=gcc.git [libstdc++, testsuite] Add dg-require-thread-fence 2016-11-30 Christophe Lyon * testsuite/experimental/type_erased_allocator/2.cc: Add dg-require-thread-fence. From-SVN: r243001 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 02ad29e6c19..234516857df 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2016-11-30 Christophe Lyon + + * testsuite/experimental/type_erased_allocator/2.cc: Add + dg-require-thread-fence. + 2016-11-29 David Edelsohn PR libstdc++/68838 diff --git a/libstdc++-v3/testsuite/experimental/type_erased_allocator/2.cc b/libstdc++-v3/testsuite/experimental/type_erased_allocator/2.cc index 216a88ca629..0b733595e81 100644 --- a/libstdc++-v3/testsuite/experimental/type_erased_allocator/2.cc +++ b/libstdc++-v3/testsuite/experimental/type_erased_allocator/2.cc @@ -1,4 +1,5 @@ // { dg-do run { target c++14 } } +// { dg-require-thread-fence "" } // Copyright (C) 2015-2016 Free Software Foundation, Inc. //