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
Daily bump.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
diagnostic
/
ref2.C
blob
ded35e0d3af17691431b5e93b8493a06ba47a4a3
1
// PR c++/21631
2
3
int f(int&);
4
int f();
5
6
int g(void)
7
{
8
return f(1); // { dg-error "rvalue" }
9
}