aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorDavid Billinghurst <David.Billinghurst@riotinto.com>2002-01-21 23:40:44 +0000
committerDavid Billinghurst <billingd@gcc.gnu.org>2002-01-21 23:40:44 +0000
commit75dbec30b8ec57f57dbdfb0d1f893120bd7bb7a9 (patch)
tree3d11df05ab74717d69377089fc101f4dddb551ae /gcc
parent32abfc26ab362c2ae6b6a2180503d987776f195d (diff)
downloadgcc-75dbec30b8ec57f57dbdfb0d1f893120bd7bb7a9.zip
gcc-75dbec30b8ec57f57dbdfb0d1f893120bd7bb7a9.tar.gz
gcc-75dbec30b8ec57f57dbdfb0d1f893120bd7bb7a9.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog4
-rw-r--r--gcc/testsuite/g++.old-deja/g++.ext/attrib5.C2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index a49135f..2d4961f 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 62f35e8..b153059 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")));