Commit 845d6a2f by David Billinghurst Committed by David Billinghurst

weak1.C: weak attributes not supported on cygwin

2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>

	* g++.dg/warn/weak1.C: weak attributes not supported on cygwin

From-SVN: r49716
parent e6834654
2002-02-12 David Billinghurst <David.Billinghurst@riotinto.com>
* g++.dg/warn/weak1.C: weak attributes not supported on cygwin
2002-02-13 Stan Shebs <shebs@apple.com>
* gcc.dg/altivec-3.c: New.
......
// { dg-do run }
// { dg-do compile { target *-*-coff } }
// { dg-warning "weak declaration" "COFF format does not support weak" { target *-*-coff } 5 }
// { 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 }
extern void foo (void) __attribute__ ((weak));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment