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
Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git]
/
old-autovect-branch
/
gcc
/
testsuite
/
g++.dg
/
conversion
/
reinterpret2.C
blob
e9b2328b74d07e3f2f13093f51ae2ac3601eb2d8
1
bool b;
2
3
void f() {
4
reinterpret_cast<void*>(b);
5
}