------- Comment #3 from rguenth at gcc dot gnu dot org  2010-07-04 15:14 -------
Reduced testcase:

unsigned int mEvictionRank[(1 << 5)];
void Unswap(int i)
{ 
  mEvictionRank[i] = ({ unsigned int __v = i; __v; });
}


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44809

Reply via email to