]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.old-deja/g++.ext/attrib5.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.old-deja / g++.ext / attrib5.C
diff --git a/gcc/testsuite/g++.old-deja/g++.ext/attrib5.C b/gcc/testsuite/g++.old-deja/g++.ext/attrib5.C
deleted file mode 100644 (file)
index 76fea46..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-// Test that attributes weak and alias coexist.
-// excess errors test - XFAIL alpha*-dec-osf* *-*-hms i?86-pc-cygwin *-*-coff
-
-extern "C" {
-  void f () __attribute__((weak, alias ("_f")));
-  void _f () { }
-}
-
-int main ()
-{
-  f ();
-}