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
/
conversion
/
reinterpret3.C
blob
62fb91444d403ddb72e6c18b9e875799a6fb7f09
1
struct S {};
2
3
S s;
4
5
void f() {
6
reinterpret_cast<const S>(s); // { dg-error "" }
7
}