This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC-3.3.4 release status report
> Of course the patches are not being applied "blindly".
Well, this one is IMHO not far:
2004-03-12 Gabriel Dos Reis <gdr@integrable-solutions.net>
Backport:
2004-03-13 Eric Botcazou <ebotcazou@libertysurf.fr>
PR middle-end/14470
* expr.c (store_expr): Call emit_queue before generating the move
from the temporary to the original target. Protect the temporary
from emit_queue.
If I had been asked, I would have *strongly* recommended not to backport it
because this is the hottest place in the middle-end you can think of (and I
already had to write a follow-up patch to correct a nasty side-effect). But
I wasn't asked...
--
Eric Botcazou