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/27009] New: gfc_todo: Not Implemented: Scalarization of non-elemental intrinsic: __transfer1


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


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