diff options
author | Kazu Hirata <kazu@hxi.com> | 2002-03-31 06:45:26 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2002-03-31 06:45:26 +0000 |
commit | 463eefc8127fb648f6730fc699cb7d8e3e593a23 (patch) | |
tree | ba4456bb8ba0d0f77cb9aaa4f1d60396b159080f | |
parent | 78414d74b1deeb1782202bc5e81f99475a01f96a (diff) | |
download | gcc-463eefc8127fb648f6730fc699cb7d8e3e593a23.zip gcc-463eefc8127fb648f6730fc699cb7d8e3e593a23.tar.gz gcc-463eefc8127fb648f6730fc699cb7d8e3e593a23.tar.bz2 |
* gcc.dg/weak-1.c: Disable on h8300 port.
From-SVN: r51629
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/weak-1.c | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 974ec99..f443029 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 216a2b9..0ee5d54 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" } } */ |