OSDN Git Service
(root)
/
pf3gnuchains
/
gcc-fork.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
PR c++/53549
[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 // { dg-error "duplicate base" }
7
{ /* { dg-error "at end of input" } */