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] PR 45159, dependency checking


Thomas Koenig wrote:
> this rather simple patch fixes one test case from PR 45159 (many more to
> go).  This one is rather important because this is a real-world hot
> loop.  Regression-tested.  OK for trunk?
>   

OK. Thanks for your optimization work!

> (BTW, did the loop reversal stuff get committed to 4.5 as well?  If this
> is the case, I would also want to fix this there).
>   

If I recall correctly, Paul planned to do so, but didn't.

Tobias

> 2010-08-02  Thomas Koenig  <tkoenig@gcc.gnu.org>
>
> 	PR fortran/45159
> 	* depencency.c (gfc_dep_resolver):  Fix logic for when a loop
> 	can be reversed.
>
> 2010-08-02  Thomas Koenig  <tkoenig@gcc.gnu.org>
>
> 	PR fortran/45159
>
> 	* gfortran.dg/dependency_29.f90:  New test.
>   


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