* g++.dg/warn/weak1.C: XFAIL on AIX4.

From-SVN: r66120
This commit is contained in:
David Edelsohn 2003-04-26 21:31:23 +00:00 committed by David Edelsohn
parent 9ff7868d82
commit b29188f32a
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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));