weak1.C: weak attributes not supported on cygwin
authorDavid Billinghurst <David.Billinghurst@riotinto.com>
Tue, 12 Feb 2002 22:46:25 +0000 (22:46 +0000)
committerDavid Billinghurst <billingd@gcc.gnu.org>
Tue, 12 Feb 2002 22:46:25 +0000 (22:46 +0000)
2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>

* g++.dg/warn/weak1.C: weak attributes not supported on cygwin

From-SVN: r49716

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/warn/weak1.C

index d85cdbb..dd61046 100644 (file)
@@ -1,3 +1,7 @@
+2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
+
+       * g++.dg/warn/weak1.C: weak attributes not supported on cygwin
+
 2002-02-13  Stan Shebs  <shebs@apple.com>
 
         * gcc.dg/altivec-3.c: New.
index a7d8cfb..6b20976 100644 (file)
@@ -1,6 +1,6 @@
 // { dg-do run }
-// { dg-do compile { target *-*-coff } }
-// { dg-warning "weak declaration" "COFF format does not support weak" { target *-*-coff } 5 }
+// { dg-do compile { target *-*-coff i?86-pc-cygwin } }
+// { dg-warning "weak declaration" "COFF format does not support weak" { target *-*-coff i?86-pc-cygwin } 5 }
 
 extern void foo (void) __attribute__ ((weak));