2013-04-30 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / parse / crash20.C
blobb601408a581b5505a804056350b8a0507fb28838
1 // { dg-do compile }
3 // Copyright (C) 2004 Free Software Foundation, Inc.
4 // Contributed by Nathan Sidwell 1 Dec 2004 <nathan@codesourcery.com>
6 // PR 18729: ICE on ill formed
7 // Origin: Volker Reichelt <reichelt@gcc.gnu.org>
9 template<typename T> struct A
11   typedef typename T::X Y; // { dg-error "not a class" "" }
14 A<int>::Y y; // { dg-message "required from here" "" }