typedefs-2.cc, [...]: Use -Wl,--no-enum-size-warning for arm*-*-linux*eabi.
authorJoseph Myers <joseph@codesourcery.com>
Wed, 9 Jul 2008 20:58:06 +0000 (21:58 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Wed, 9 Jul 2008 20:58:06 +0000 (21:58 +0100)
* testsuite/20_util/make_signed/requirements/typedefs-2.cc,
testsuite/20_util/make_unsigned/requirements/typedefs-2.cc: Use
-Wl,--no-enum-size-warning for arm*-*-linux*eabi.

From-SVN: r137673

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 1d8f54b724a2b3c3fd85d28b99aa4c63f2e1743e..2a319566090b3e44df9938a6f2fa56eec6187085 100644 (file)
@@ -1,3 +1,9 @@
+2008-07-09  Joseph Myers  <joseph@codesourcery.com>
+
+       * testsuite/20_util/make_signed/requirements/typedefs-2.cc,
+       testsuite/20_util/make_unsigned/requirements/typedefs-2.cc: Use
+       -Wl,--no-enum-size-warning for arm*-*-linux*eabi.
+
 2008-07-09  Johannes Singler  <singler@ira.uka.de>
 
        PR libstdc++/36729
index 377d1d177589d4f597cbc9db461bd40a7a499e41..ea4de372296521c23c693a23f9e1fd10dc75926d 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-options "-std=gnu++0x -funsigned-char -fshort-enums" }
+// { dg-options "-std=gnu++0x -funsigned-char -fshort-enums -Wl,--no-enum-size-warning" { target arm*-*-linux*eabi } }
 
 // 2007-05-03  Benjamin Kosnik  <bkoz@redhat.com>
 //
index 0789ef55f224bd4e58c8318eaa5139a7b8d538a1..ce318c8a4c26d23ce683d13eb8a1dadfc93089d2 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-options "-std=gnu++0x -funsigned-char -fshort-enums" }
+// { dg-options "-std=gnu++0x -funsigned-char -fshort-enums -Wl,--no-enum-size-warning" { target arm*-*-linux*eabi } }
 
 // 2007-05-03  Benjamin Kosnik  <bkoz@redhat.com>
 //