This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/24519] gfortran slow because of incomplete dependency checking
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 Oct 2005 13:55:16 -0000
- Subject: [Bug fortran/24519] gfortran slow because of incomplete dependency checking
- References: <bug-24519-9236@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla 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 and then one for the assignment.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|pinskia at gcc dot gnu dot |unassigned at gcc dot gnu
|org |dot org
Status|ASSIGNED |NEW
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24519