This is the mail archive of the gcc-bugs@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]

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



------- 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


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