fshort-wchar.c: Use -Wl,--no-wchar-size-warning on arm*-*-*eabi.
authorJoseph Myers <joseph@codesourcery.com>
Fri, 18 Jul 2008 22:05:43 +0000 (23:05 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Fri, 18 Jul 2008 22:05:43 +0000 (23:05 +0100)
* gcc.dg/fshort-wchar.c: Use -Wl,--no-wchar-size-warning on
arm*-*-*eabi.

From-SVN: r137968

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/fshort-wchar.c

index 464e057..17adb43 100644 (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
index 9f49463..c9c7515 100644 (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.