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
/
reinterpret1.C
blob
d4567822e2a0b81b5b99e50dffcd0bac82be40a5
1
// PR c++/15076
2
3
struct Y { Y(int &); };
4
5
int v;
6
Y y1(reinterpret_cast<int>(v)); // { dg-error "" }