aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.old-deja/g++.pt/crash65.C
blob: a7df70cec6c0b597384e1ebf7df734578b4953c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// { dg-do assemble }

// Copyright (C) 2000, 2002 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 11 Jan 2001 <nathan@codesourcery.com>

// Bug 1506. We ICE'd on a struct definition inside a template parms.
// This is still not completely fixed, but now issues a diagnostic


template<class T =
struct W {};    // { dg-error "inside template parameter list|before" }
> struct S{};   // { dg-error "before" }