repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
inherit
/
error3.C
blob
0b75b9dfb51d448756d1f3ca91b8564c34cb3e33
1
//PR c++/27316
2
3
struct A {};
4
5
struct B : A
6
! // { dg-error "token" }
7
{};
8
9
struct B : A
10
! // { dg-error "token" }
11
{};