From: Joseph Myers Date: Wed, 9 Jul 2008 20:58:06 +0000 (+0100) Subject: typedefs-2.cc, [...]: Use -Wl,--no-enum-size-warning for arm*-*-linux*eabi. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=70dfa2d7148beca67c975a427d77de76c8ba3cae;p=gcc.git typedefs-2.cc, [...]: Use -Wl,--no-enum-size-warning for arm*-*-linux*eabi. * 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 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 1d8f54b724a..2a319566090 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,9 @@ +2008-07-09 Joseph Myers + + * 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 PR libstdc++/36729 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 377d1d17758..ea4de372296 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,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 // 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 0789ef55f22..ce318c8a4c2 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,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 //