OSDN Git Service

2001-01-22 David.Billinghurst <David.Billinghurst@riotinto.com>
authorbillingd <billingd@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 21 Jan 2002 23:40:44 +0000 (23:40 +0000)
committerbillingd <billingd@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 21 Jan 2002 23:40:44 +0000 (23:40 +0000)
* g++.old-deja/g++.ext/attrib5.C: XFAIL cygwin too

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49060 138bc75d-0d04-0410-961f-82ee72b054a4

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

index a49135f..2d4961f 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 62f35e8..b153059 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")));