Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.pt / memtemp86.C
blob382590683da831667ef33a8b0944454b7f22b7ec
1 // { dg-do assemble }
3 // by Paul Burchard <burchard@pobox.com>, Level Set Systems, Inc.
4 // Copyright (C) 1999 Free Software Foundation
6 struct Q {
7         template<class>
8         class X {
9         };
11 template<template<class> class>
12 class Y {
14 Y<typename Q::X> y; // { dg-error "" } typename out of template context