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
This commit is contained in:
Joseph Myers 2008-07-09 21:58:06 +01:00 committed by Joseph Myers
parent 3d7c63cf96
commit 70dfa2d714
3 changed files with 8 additions and 0 deletions

View 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

View 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>
//

View 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>
//