[Bug fortran/46896] [4.2/4.3/4.4/4.5/4.6 Regression] Wrong code with transpose(a) passed to subroutine

pault at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Dec 14 05:35:00 GMT 2010


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



More information about the Gcc-bugs mailing list