fshort-wchar.c: Use -Wl,--no-wchar-size-warning on arm*-*-*eabi.

* gcc.dg/fshort-wchar.c: Use -Wl,--no-wchar-size-warning on
	arm*-*-*eabi.

From-SVN: r137968
This commit is contained in:
Joseph Myers 2008-07-18 23:05:43 +01:00 committed by Joseph Myers
parent 72ea2555d7
commit d9b140ccf8
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2008-07-18 Joseph Myers <joseph@codesourcery.com>
* gcc.dg/fshort-wchar.c: Use -Wl,--no-wchar-size-warning on
arm*-*-*eabi.
2008-07-18 Uros Bizjak <ubizjak@gmail.com>
PR target/36786

View File

@ -2,6 +2,7 @@
/* { dg-do run } */
/* { dg-options "-fshort-wchar" } */
/* { dg-options "-fshort-wchar -Wl,--no-wchar-size-warning" { target arm*-*-*eabi } } */
/* Source: Neil Booth, 10 Dec 2002.