]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.old-deja/g++.pt/memtemp89.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / memtemp89.C
diff --git a/gcc/testsuite/g++.old-deja/g++.pt/memtemp89.C b/gcc/testsuite/g++.old-deja/g++.pt/memtemp89.C
deleted file mode 100644 (file)
index 6db9b4b..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-// Build don't link:
-
-// by Paul Burchard <burchard@pobox.com>, Level Set Systems, Inc.
-// Copyright (C) 1999, 2000 Free Software Foundation
-
-class Q {
-       template<class T>
-       class X {
-       };
-};
-template<template<class> class XX>
-class Y {
-       XX<int> x_;             // ERROR - Q::X inaccessible XFAIL *-*-*
-};
-Y<Q::X> y;                     // ERROR - instantiated from here XFAIL *-*-*