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
Clean up some minor white space issues in trans-decl.c and trans-expr.c
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
parse
/
crash51.C
blob
03fcd3613368c3b3788c71a29ea6ea70c825bcc0
1
// PR c++/37554
2
3
struct A {};
4
class B : A {};
5
6
void foo(B b)
7
{
8
(A)b; // { dg-error "inaccessible base" }
9
}