From 75dbec30b8ec57f57dbdfb0d1f893120bd7bb7a9 Mon Sep 17 00:00:00 2001
From: David Billinghurst <David.Billinghurst@riotinto.com>
Date: Mon, 21 Jan 2002 23:40:44 +0000
Subject: [PATCH] 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
---
 gcc/testsuite/ChangeLog                      | 4 ++++
 gcc/testsuite/g++.old-deja/g++.ext/attrib5.C | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index a49135f1b8e7..2d4961f3155e 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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]*
diff --git a/gcc/testsuite/g++.old-deja/g++.ext/attrib5.C b/gcc/testsuite/g++.old-deja/g++.ext/attrib5.C
index 62f35e874684..b1530592cd1d 100644
--- a/gcc/testsuite/g++.old-deja/g++.ext/attrib5.C
+++ b/gcc/testsuite/g++.old-deja/g++.ext/attrib5.C
@@ -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")));
-- 
GitLab