This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: fortran/27662: Transpose doesn't work on function return


On Thu, May 18, 2006 at 10:35:11PM -0700, H. J. Lu wrote:
> We zere the first stride to indicate a temporary. But if the first
> stride of the temporary is used later, we will get the wrong result
> as in PR fortran/27662. Does anyone know why we do this? Do we have
> a testcase to show it is needed?
> 
> This patch fixes PR fortran/27662. But I have no ideas if it is the
> correct fix.
> 

Richard Sandiford wrote much of the optimizations that
are applied to transpose.  I sent him an email earlier
today asking him if he had some spare time to look
at this PR.

-- 
Steve


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]