[Bug fortran/27009] New: gfc_todo: Not Implemented: Scalarization of non-elemental intrinsic: __transfer1

tobias dot burnus at physik dot fu-berlin dot de gcc-bugzilla@gcc.gnu.org
Mon Apr 3 20:53:00 GMT 2006


This is with SUSE 10.1b9's gcc-fortran-4.1.0-10

~> gfortran -c fleur.F
fleur.F: In function ‘MAIN__’:
fleur.F:1: fatal error: gfc_todo: Not Implemented: Scalarization of
non-elemental intrinsic: __transfer1
compilation terminated.

Stripped-down test case:
-----------------------------
      PROGRAM test
      IMPLICIT NONE
      INTEGER ir_fac
      REAL      zksum
      ir_fac = size(transfer(zksum,(/1/)))
      END PROGRAM test
-----------------------------

(Compiles flawlessly with the intel fortran compiler 9.0 [both test case as
also full program].)


-- 
           Summary: gfc_todo: Not Implemented: Scalarization of non-
                    elemental intrinsic: __transfer1
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tobias dot burnus at physik dot fu-berlin dot de


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



More information about the Gcc-bugs mailing list