This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]