summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/18_support/bad_exception/23591_thread-1.c
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2016-04-18 16:44:25 +0100
committerJonathan Wakely <redi@gcc.gnu.org>2016-04-18 16:44:25 +0100
commit4ed6e5244652aa10eb56ab0cfa6768654f16f854 (patch)
tree69435987560cf11b100937794aaf4e9c898e86fe /libstdc++-v3/testsuite/18_support/bad_exception/23591_thread-1.c
parentabb6e0a19db16b185d218256d34be6a8e7045689 (diff)
downloadgcc-4ed6e5244652aa10eb56ab0cfa6768654f16f854.tar.gz
Make use of extensions more explicit in libstdc++ tests
* testsuite/18_support/bad_exception/23591_thread-1.c: Add -Wno-pedantic to dg-options. * testsuite/20_util/align/2.cc: Use type as operand of alignof. * testsuite/20_util/is_floating_point/value.cc: Add -Wno-pedantic to dg-options. * testsuite/20_util/specialized_algorithms/uninitialized_fill/32158.cc: Remove extra semi-colon. * testsuite/23_containers/array/tuple_interface/tuple_element.cc: Always supply second argument to static_assert. * testsuite/25_algorithms/lower_bound/no_operator_ne.cc: Remove extra semi-colon. * testsuite/26_numerics/complex/c99.cc: Add -Wno-pedantic to dg-options. * testsuite/26_numerics/complex/literals/values.cc: Likewise. * testsuite/29_atomics/atomic/60695.cc: Likewise. * testsuite/29_atomics/atomic/62259.cc: use __alignof__ instead of alignof when operand is an object not a type. * testsuite/decimal/ctor.cc: Add -Wno-pedantic to dg-options. * testsuite/decimal/make-decimal.cc: Likewise. * testsuite/experimental/type_traits/value.cc: Always supply second argument to static_assert. * testsuite/util/testsuite_common_types.h: Use __extension__ for __int128 types. From-SVN: r235154
Diffstat (limited to 'libstdc++-v3/testsuite/18_support/bad_exception/23591_thread-1.c')
-rw-r--r--libstdc++-v3/testsuite/18_support/bad_exception/23591_thread-1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/testsuite/18_support/bad_exception/23591_thread-1.c b/libstdc++-v3/testsuite/18_support/bad_exception/23591_thread-1.c
index a0fe0d7c806..fd1a76cbd31 100644
--- a/libstdc++-v3/testsuite/18_support/bad_exception/23591_thread-1.c
+++ b/libstdc++-v3/testsuite/18_support/bad_exception/23591_thread-1.c
@@ -1,5 +1,5 @@
// { dg-require-sharedlib "" }
-// { dg-options "-g -O2 -pthread -ldl -x c -fvtable-verify=none" { target *-*-linux* *-*-gnu* *-*-solaris2.1[2-9]* } }
+// { dg-options "-g -O2 -pthread -ldl -x c -fvtable-verify=none -Wno-pedantic" { target *-*-linux* *-*-gnu* *-*-solaris2.1[2-9]* } }
// Copyright (C) 2005-2016 Free Software Foundation, Inc.
//