index
:
ppe42-gcc
gcc-4_9_2-ppe42
GCC for the PPE42
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
rv-cast.C
blob: 4b46c5490624551807f2e80e88e98d7042f05a72 (
plain
)
1
2
3
4
5
6
// { dg-do compile { target c++11 } } void f(int i) { int&& r = static_cast<int&&>(i); }