aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/parse/crash35.C
blob: 161edad32a2a790254ef3028422a57d2e45b1d93 (plain)
1
2
3
4
5
6
7
/* This used to ICE. */
/* { dg-do compile } */

struct a {};

class foo : public a, a		// { dg-error "duplicate base" }
{ /* { dg-error "at end of input" } */