OSDN Git Service

Add NIOS2 support. Code from SourceyG++.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / parse / crash35.C
1 /* This used to ICE. */
2 /* { dg-do "compile" } */
3
4 struct a {};
5
6 class foo : public a, a
7 { /* { dg-error "duplicate base type|at end of input" } */