]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.old-deja/g++.robertl/ice990323-5.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.old-deja / g++.robertl / ice990323-5.C
diff --git a/gcc/testsuite/g++.old-deja/g++.robertl/ice990323-5.C b/gcc/testsuite/g++.old-deja/g++.robertl/ice990323-5.C
deleted file mode 100644 (file)
index 45225e3..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-// Build don't link:
-// check attempting to throw an overloaded function
-
-struct A {
-       void f(int);
-       void f(long);
-};
-
-void g()
-{
-       throw &A::f; // ERROR - insufficient context
-}