repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fortran: Fix PR 47485.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
rv-cast.C
blob
4b46c5490624551807f2e80e88e98d7042f05a72
1
// { dg-do compile { target c++11 } }
2
3
void f(int i)
4
{
5
int&& r = static_cast<int&&>(i);
6
}