From: Kazu Hirata Date: Sun, 31 Mar 2002 06:45:26 +0000 (+0000) Subject: * gcc.dg/weak-1.c: Disable on h8300 port. X-Git-Tag: releases/gcc-3.3.0~6008 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=463eefc8127fb648f6730fc699cb7d8e3e593a23;p=thirdparty%2Fgcc.git * gcc.dg/weak-1.c: Disable on h8300 port. From-SVN: r51629 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 974ec990de50..f4430292e934 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2002-03-31 Kazu Hirata + + * gcc.dg/weak-1.c: Disable on h8300 port. + 2002-03-29 Janis Johnson * 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 216a2b914f56..0ee5d549ff3a 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" } } */