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
rtl: Validate subreg info when optimizing vec_select.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.old-deja
/
g++.jason
/
ref3.C
blob
b9923cb85ef2ee4678b557a5b1f2e18c9a0c048b
1
// { dg-do assemble }
2
// PRMS Id: ????
3
4
void f (const int& i)
5
{
6
&(int&)i; // { dg-bogus "" } references ARE lvalues
7
}