]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gcc.dg/weak-1.c: Disable on h8300 port.
authorKazu Hirata <kazu@hxi.com>
Sun, 31 Mar 2002 06:45:26 +0000 (06:45 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sun, 31 Mar 2002 06:45:26 +0000 (06:45 +0000)
From-SVN: r51629

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/weak-1.c

index 974ec990de5082c2d945941d4adc94783d685f71..f4430292e9347dc76c0e25004ef93398be754b54 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-31  Kazu Hirata  <kazu@hxi.com>
+
+       * gcc.dg/weak-1.c: Disable on h8300 port.
+
 2002-03-29  Janis Johnson  <janis187@us.ibm.com>
 
        * g++.dg/dg.exp: Ignore tests in new directories bprob and gcov.
index 216a2b914f56fc277aa9052d0b3d5450749d6d0d..0ee5d549ff3a0bac3025b6dbddafbead57807211 100644 (file)
@@ -2,9 +2,10 @@
 /* { dg-options "-fno-common" } */
 
 /* COFF does not support weak, and dg doesn't support UNSUPPORTED.  */
-/* { dg-do compile { xfail *-*-coff i?86-pc-cygwin } } */
+/* { dg-do compile { xfail *-*-coff i?86-pc-cygwin h8300-*-hms } } */
 
 /* { dg-final { global target_triplet } } */
+/* { dg-final { if [string match h8300-*-hms $target_triplet ] {return} } } */
 /* { dg-final { if [string match i?86-pc-cygwin $target_triplet ] {return} } } */
 /* { dg-final { if [string match *-*-coff $target_triplet ] {return} } } */
 /* { dg-final { scan-assembler "weak\[^ \t\]*\[ \t\]_?a" } } */