]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.dg/abi/mangle17.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.dg / abi / mangle17.C
diff --git a/gcc/testsuite/g++.dg/abi/mangle17.C b/gcc/testsuite/g++.dg/abi/mangle17.C
deleted file mode 100644 (file)
index 1da6dea..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-// { dg-options "-Wabi" }
-
-enum E { e = 3 };
-
-template <int I> struct S {};
-
-template <int I> void f (S<e + int (3.7)>) {}
-template void f<7>(S<e + int (3.7)>);  // { dg-warning "mangle" }
-
-template <int I> void g (S<e + int (3.7)>) {}
-template void g<7>(S<e + int (3.7)>); // { dg-warning "mangle" }