[Bug middle-end/44809] Mozilla build fails in gimplification.

rguenth at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sun Jul 4 15:14:00 GMT 2010



------- 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



More information about the Gcc-bugs mailing list