mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 19:51:34 +08:00
* g++.dg/warn/weak1.C: XFAIL on AIX4.
From-SVN: r66120
This commit is contained in:
parent
9ff7868d82
commit
b29188f32a
@ -1,3 +1,7 @@
|
||||
2003-04-26 David Edelsohn <edelsohn@gnu.org>
|
||||
|
||||
* g++.dg/warn/weak1.C: XFAIL on AIX4.
|
||||
|
||||
2003-04-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||
|
||||
* gcc.c-torture/execute/string-opt-8.c: Don't perform cmpstr
|
||||
|
@ -1,6 +1,6 @@
|
||||
// { dg-do run }
|
||||
// { dg-do compile { target *-*-coff i?86-pc-cygwin } }
|
||||
// { dg-warning "weak declaration" "COFF format does not support weak" { target *-*-coff i?86-pc-cygwin } 5 }
|
||||
// { dg-warning "weak declaration" "COFF format does not support weak" { target *-*-coff i?86-pc-cygwin powerpc-ibm-aix4* rs6000-ibm-aix4* } 5 }
|
||||
|
||||
extern void foo (void) __attribute__ ((weak));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user