* g++.dg/warn/weak1.C: XFAIL on AIX4.
From-SVN: r66120
This commit is contained in:
parent
9ff7868d82
commit
b29188f32a
2 changed files with 5 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue