summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2002-03-31 06:45:26 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2002-03-31 06:45:26 +0000
commit87e05d3cef4ad65cbe36d3eafa3c3aa4464475ca (patch)
treeba4456bb8ba0d0f77cb9aaa4f1d60396b159080f
parentd9246aca90927e03c6f5f3b508e0f6ce769cff63 (diff)
downloadppe42-gcc-87e05d3cef4ad65cbe36d3eafa3c3aa4464475ca.tar.gz
ppe42-gcc-87e05d3cef4ad65cbe36d3eafa3c3aa4464475ca.zip
* gcc.dg/weak-1.c: Disable on h8300 port.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51629 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/testsuite/ChangeLog4
-rw-r--r--gcc/testsuite/gcc.dg/weak-1.c3
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 974ec990de5..f4430292e93 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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.
diff --git a/gcc/testsuite/gcc.dg/weak-1.c b/gcc/testsuite/gcc.dg/weak-1.c
index 216a2b914f5..0ee5d549ff3 100644
--- a/gcc/testsuite/gcc.dg/weak-1.c
+++ b/gcc/testsuite/gcc.dg/weak-1.c
@@ -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" } } */
OpenPOWER on IntegriCloud