]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.old-deja/g++.jason/overload28.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.old-deja / g++.jason / overload28.C
diff --git a/gcc/testsuite/g++.old-deja/g++.jason/overload28.C b/gcc/testsuite/g++.old-deja/g++.jason/overload28.C
deleted file mode 100644 (file)
index 265c523..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-// PRMS Id: 6056
-
-struct Foo {
-  Foo()           { }          // ERROR - candidate
-  Foo(int i = 25) { }          // ERROR - candidate
-};
-
-int main()
-{
-  Foo* f1 = new Foo();         // ERROR - ambiguous
-}