attrib5.C: XFAIL cygwin too
authorDavid Billinghurst <David.Billinghurst@riotinto.com>
Mon, 21 Jan 2002 23:40:44 +0000 (23:40 +0000)
committerDavid Billinghurst <billingd@gcc.gnu.org>
Mon, 21 Jan 2002 23:40:44 +0000 (23:40 +0000)
2001-01-22  David.Billinghurst <David.Billinghurst@riotinto.com>

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

From-SVN: r49060

gcc/testsuite/ChangeLog
gcc/testsuite/g++.old-deja/g++.ext/attrib5.C

index a49135f1b8e7c3304caa35c30815fc43c9934531..2d4961f3155ee114610e82c83fe004081277d3d8 100644 (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]*
index 62f35e874684c87b9093f0a7285e86de772be306..b1530592cd1daccb4bec89a15854d899b02c11f7 100644 (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")));