------- Comment #5 from hubicka at ucw dot cz 2010-07-06 11:41 ------- Subject: Re: Mozilla build ICE at Invalid first operand of MEM_REF.
> What's the patch needed to trigger it? The DECL_BY_REFERENCE change. THe one I sent to list should be enough. So if you could look into it, it would be great. On Mozilla this gimplify trick works, but later it causes different ICE. Here regimplification splits var = fncall () into tmp.ssa_ver =fncall () var = tmp.ssa_ver that is completely wrong since type of tmp is aggregate and we die later checking SSA form. Honza -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44826