introduced in the last few days:
> gfortran -c small.f90
small.f90: In function ‘write_cputime’:
small.f90:1:0: internal compiler error: in gfc_conv_string_tmp, at
fortran/trans-expr.c:1107
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
> cat small.f90
  SUBROUTINE write_cputime( checkpoint  )
    CHARACTER(LEN=*), INTENT(IN)             :: checkpoint
    CHARACTER(LEN=LEN_TRIM(checkpoint)+7)    :: string1
       string1 = ADJUSTL(string1)
  END SUBROUTINE write_cputime


-- 
           Summary: internal compiler error: in gfc_conv_string_tmp
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jv244 at cam dot ac dot uk


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

Reply via email to