repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* MAINTAINERS: Add a note that maintainership also includes web
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
parse
/
crash35.C
blob
161edad32a2a790254ef3028422a57d2e45b1d93
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" } */