]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.old-deja/g++.robertl/eb98.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.old-deja / g++.robertl / eb98.C
diff --git a/gcc/testsuite/g++.old-deja/g++.robertl/eb98.C b/gcc/testsuite/g++.old-deja/g++.robertl/eb98.C
deleted file mode 100644 (file)
index cc19f09..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-// Error:    Internal compiler error in egcs 1998/05/28 snapshot.
-
-
-    template<class T, unsigned int Length>
-    inline
-    unsigned int
-    extent(T (&x)[Length])
-    {
-            return Length;
-    }
-
-    extern int b[];
-
-    void f()
-    {
-      extent(b);  // ERROR - no matching function
-    }