aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/template/crash26.C
blob: 3be7ff97c26f261de325bc5121403adebd8144f2 (plain)
1
2
3
4
5
6
7
8
// { dg-do compile }

// Origin: Volker Reichelt <reichelt@gcc.gnu.org>

// PR c++/18471: ICE redeclaration of typedef as class template

typedef int X;			// { dg-message "previous" }
template<X> struct X {};	// { dg-error "typedef-name" }