I don't know if you want reports when these are hit or not -

[dranta:~/tests/gfortran] dir% gfortran -o transfer transfer.f90
transfer.f90: In function 'MAIN__':
transfer.f90:5: fatal error: gfc_todo: Not Implemented: Scalarization of
non-elemental intrinsic: __transfer1
compilation terminated.
[dranta:~/tests/gfortran] dir% cat transfer.f90
       program main
       integer, parameter :: REAL8 = SELECTED_REAL_KIND(12)
        real(REAL8) :: pio_scratch(10)
        integer,dimension(2) :: itemp
       itemp = transfer(pio_scratch(4),itemp)
       stop
       end

-- 
           Summary: fatal error: gfc_todo: Not Implemented
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dir at lanl dot gov
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: powerpc-apple-darwin7.8.0


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

Reply via email to