]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.dg/template/varmod1.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.dg / template / varmod1.C
diff --git a/gcc/testsuite/g++.dg/template/varmod1.C b/gcc/testsuite/g++.dg/template/varmod1.C
deleted file mode 100644 (file)
index 0747fe9..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-// { dg-options "-w" }
-
-template<typename T> void foo(T);
-void bar()
-{
-  int i;
-  int A[i][i]; 
-  foo(A); // { dg-error "" } 
-}