[Bug fortran/24519] gfortran slow because of incomplete dependency checking

2006-03-06 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.2.0 |4.1.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24519

[Bug fortran/24519] gfortran slow because of incomplete dependency checking

2006-03-06 Thread pault at gcc dot gnu dot org
--- Comment #7 from pault at gcc dot gnu dot org 2006-03-07 00:06 --- Subject: Bug 24519 Author: pault Date: Tue Mar 7 00:06:37 2006 New Revision: 111796 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111796 Log: 2006-03-07 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/24519] gfortran slow because of incomplete dependency checking

2006-02-26 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24519

[Bug fortran/24519] gfortran slow because of incomplete dependency checking

2006-02-24 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2006-02-24 10:53 --- Fixed on trunk. As soon as 4.1 is reopened, it will be fixed there too. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added --

[Bug fortran/24519] gfortran slow because of incomplete dependency checking

2006-02-24 Thread pault at gcc dot gnu dot org
--- Comment #5 from pault at gcc dot gnu dot org 2006-02-24 10:51 --- Subject: Bug 24519 Author: pault Date: Fri Feb 24 10:51:42 2006 New Revision: 111416 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111416 Log: 2006-02-24 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/24519] gfortran slow because of incomplete dependency checking

2006-02-18 Thread pault at gcc dot gnu dot org
--- Comment #4 from pault at gcc dot gnu dot org 2006-02-18 17:52 --- A patch is on its way for the immediate problem; however, the more complicated cases of loop reversal and of dependecy involving expressions will have to wait. Paul -- pault at gcc dot gnu dot org changed:

[Bug fortran/24519] gfortran slow because of incomplete dependency checking

2005-10-25 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2005-10-25 18:14 --- Another issue is that we should be able to reverse the loop too, see PR 24524 for a testcase for that (which I got the idea from Tobias in the email about my patch which fixes a related bug to temporary arrays). --

[Bug fortran/24519] gfortran slow because of incomplete dependency checking

2005-10-25 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-10-25 13:55 --- Woops wrong button. One more testcase which looks like will show up in SPEC 2k5: temp = # c = # DO j = 1, n b(array) = b(array)-temp*c END DO We have a couple of temps here, two for array

[Bug fortran/24519] gfortran slow because of incomplete dependency checking

2005-10-25 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-10-25 13:47 --- Confirmed, I saw this while working on another bug. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -