[Bug fortran/12840] New: [gfortran] Unable to find scalarization loop specifier

jv244 at cam dot ac dot uk gcc-bugzilla@gcc.gnu.org
Thu Oct 30 12:30:00 GMT 2003


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12840

           Summary: [gfortran] Unable to find scalarization loop specifier
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jv244 at cam dot ac dot uk
                CC: gcc-bugs at gcc dot gnu dot org

The following should compile :

  SUBROUTINE pz_lsd ( order )
    INTEGER :: order,m
    m = SUM((/ (m+1,m=0,order) /))
  END SUBROUTINE pz_lsd
  END



More information about the Gcc-bugs mailing list