]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.old-deja/g++.other/crash12.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / crash12.C
diff --git a/gcc/testsuite/g++.old-deja/g++.other/crash12.C b/gcc/testsuite/g++.old-deja/g++.other/crash12.C
deleted file mode 100644 (file)
index ad81131..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-// Build don't link:
-// Origin: Alfred Minarik <a8601248@unet.univie.ac.at>
-// Special g++ Options:
-
-template<typename T>
-struct S
-{
-  void f() {}
-};
-int main()
-{
-  S<int> s;
-  int len = 50;
-  char array[len];
-  s.f();
-}