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
i386: Fix cstorebf4 fp comparison operand [PR117495]
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
torture
/
pr44809.C
blob
b6615f23f1cd03adb24454e71d66a49df46e513c
1
// { dg-do compile }
2
unsigned int mEvictionRank[(1 << 5)];
3
void Unswap(int i)
4
{
5
mEvictionRank[i] = ({ unsigned int __v = i; __v; });
6
}