From e3509835229656a38247d1dbc8151f57d60717df Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Mon, 1 Aug 2016 13:17:49 +0100 Subject: [PATCH] Remove linker options from compile-only tests * testsuite/20_util/make_signed/requirements/typedefs-2.cc: Remove linker options from compile-only tests. * testsuite/20_util/make_unsigned/requirements/typedefs-2.cc: Likewise. From-SVN: r238940 --- libstdc++-v3/ChangeLog | 5 +++++ .../testsuite/20_util/make_signed/requirements/typedefs-2.cc | 1 - .../20_util/make_unsigned/requirements/typedefs-2.cc | 1 - 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 63ed47819b3..d46c34ac7b0 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,10 @@ 2016-08-01 Jonathan Wakely + * testsuite/20_util/make_signed/requirements/typedefs-2.cc: Remove + linker options from compile-only tests. + * testsuite/20_util/make_unsigned/requirements/typedefs-2.cc: + Likewise. + * testsuite/27_io/ios_base/types/fmtflags/case_label.cc: Make test supported for C++11 and later. * testsuite/27_io/ios_base/types/iostate/case_label.cc: Likewise. diff --git a/libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs-2.cc b/libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs-2.cc index f58e8698e17..1da917336c2 100644 --- a/libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs-2.cc +++ b/libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs-2.cc @@ -1,5 +1,4 @@ // { dg-options "-std=gnu++11 -funsigned-char -fshort-enums" } -// { dg-options "-std=gnu++11 -funsigned-char -fshort-enums -Wl,--no-enum-size-warning" { target arm*-*-linux-* } } // { dg-do compile } // 2007-05-03 Benjamin Kosnik diff --git a/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs-2.cc b/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs-2.cc index 98d8bed85ac..bb40fcc1e28 100644 --- a/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs-2.cc +++ b/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs-2.cc @@ -1,5 +1,4 @@ // { dg-options "-std=gnu++11 -funsigned-char -fshort-enums" } -// { dg-options "-std=gnu++11 -funsigned-char -fshort-enums -Wl,--no-enum-size-warning" { target arm*-*-linux-* } } // { dg-do compile } // 2007-05-03 Benjamin Kosnik -- 2.30.2