Remove linker options from compile-only tests
authorJonathan Wakely <jwakely@redhat.com>
Mon, 1 Aug 2016 12:17:49 +0000 (13:17 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Mon, 1 Aug 2016 12:17:49 +0000 (13:17 +0100)
* 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
libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs-2.cc
libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs-2.cc

index 63ed47819b3c7c2a8f19a33d9be40ff81b4f3ef7..d46c34ac7b02829ec61ec24bf6f1063b5a6cb7bf 100644 (file)
@@ -1,5 +1,10 @@
 2016-08-01  Jonathan Wakely  <jwakely@redhat.com>
 
+       * 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.
index f58e8698e171b48581fcc1856a3fef48a2365010..1da917336c25703798a7f9a8818dbacdba84dc9d 100644 (file)
@@ -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  <bkoz@redhat.com>
index 98d8bed85acd34f7c51a5f559c1a1dd1112fda2c..bb40fcc1e28dc04956c90bb5d1d10f827d6fac1f 100644 (file)
@@ -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  <bkoz@redhat.com>