]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.old-deja/g++.pt/memtemp87.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / memtemp87.C
diff --git a/gcc/testsuite/g++.old-deja/g++.pt/memtemp87.C b/gcc/testsuite/g++.old-deja/g++.pt/memtemp87.C
deleted file mode 100644 (file)
index a57ad17..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-// Build don't link:
-// crash test - XFAIL *-*-*
-
-// by Paul Burchard <burchard@pobox.com>, Level Set Systems, Inc.
-// Copyright (C) 1999 Free Software Foundation
-
-class Q {
-       template<class>
-       class X {
-       };
-};
-template<template<class> class>
-class Y {
-};
-Q::template X<int> x; // ERROR - template syntax
-