Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.oliva / typename1.C
blob83569dd3f3a091b2c284dbcec678345538c66d08
1 // { dg-do assemble  }
3 // Copyright (C) 1999 Free Software Foundation
5 // by Alexandre Oliva <oliva@dcc.unicamp.br>
6 // based on bug report by Nick Rasmussen <nick@jive.org>
8 template <class T> struct foo;
10 template <class T> struct bar {
11   typedef int foo;
14 template <class T> struct baz {
15   typedef bar<T>::foo foo; // { dg-error "" } missing typename