http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46896
--- Comment #12 from Paul Thomas <pault at gcc dot gnu.org> 2010-12-14 05:35:00 UTC --- (In reply to comment #11) > (In reply to comment #9) > > The attached fixes the PR and is regtesting right now. I do not believe > > that > > there will be any ere regressions since the patch adds temporaries where > > there > > were none before. > ... unless the testcases check for the absence of temporary ;-) That's what I meant by trivial. I have to sift through the extra temporaries and decide which ones are warranted and which ones are not. Thanks Paul