attrib5.C: XFAIL cygwin too

2001-01-22  David.Billinghurst <David.Billinghurst@riotinto.com>

	* g++.old-deja/g++.ext/attrib5.C: XFAIL cygwin too

From-SVN: r49060
This commit is contained in:
David Billinghurst 2002-01-21 23:40:44 +00:00 committed by David Billinghurst
parent 32abfc26ab
commit 75dbec30b8
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-01-22 David.Billinghurst <David.Billinghurst@riotinto.com>
* g++.old-deja/g++.ext/attrib5.C: XFAIL cygwin too
2002-01-22 David Billinghurst <David.Billinghurst@riotinto.com>
* gcc.dg/20010207-1.c: Restrict to i?86-*-[eflno]*

View File

@ -1,5 +1,5 @@
// Test that attributes weak and alias coexist.
// excess errors test - XFAIL alpha*-dec-osf* *-*-hms
// excess errors test - XFAIL alpha*-dec-osf* *-*-hms i?86-pc-cygwin
extern "C" {
void f () __attribute__((weak, alias ("_f")));