From: redi Date: Mon, 1 Aug 2016 12:17:49 +0000 (+0000) Subject: Remove linker options from compile-only tests X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ca1963bd687f2c0d3f5c7eb08819af8436e6d093;p=thirdparty%2Fgcc.git 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@238940 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 63ed47819b3c..d46c34ac7b02 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 f58e8698e171..1da917336c25 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 98d8bed85acd..bb40fcc1e28d 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