* gcc.dg/weak-1.c: Disable on h8300 port.
From-SVN: r51629
This commit is contained in:
parent
78414d74b1
commit
463eefc812
@ -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.
|
||||
|
@ -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" } } */
|
||||
|
Loading…
x
Reference in New Issue
Block a user