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

2010-07-04 Thread hubicka at gcc dot gnu dot org
--- Comment #1 from hubicka at gcc dot gnu dot org 2010-07-04 13:21 --- Created an attachment (id=21081) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21081action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44809

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

2010-07-04 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2010-07-04 14:42 --- Mine (mem-ref related). Reducing. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

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

2010-07-04 Thread rguenth at gcc dot gnu dot org
--- 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

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

2010-07-04 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2010-07-04 15:24 --- Created an attachment (id=21083) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21083action=view) patch Patch I'm testing. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44809

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

2010-07-04 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2010-07-04 16:55 --- Subject: Bug 44809 Author: rguenth Date: Sun Jul 4 16:55:40 2010 New Revision: 161803 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=161803 Log: 2010-07-04 Richard Guenther rguent...@suse.de PR