public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/20149] New: fatal error: gfc_todo: Not Implemented
@ 2005-02-22 22:17 dir at lanl dot gov
  2005-02-22 22:41 ` [Bug fortran/20149] " pinskia at gcc dot gnu dot org
  0 siblings, 1 reply; 2+ messages in thread
From: dir at lanl dot gov @ 2005-02-22 22:17 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug fortran/20149] fatal error: gfc_todo: Not Implemented
  2005-02-22 22:17 [Bug fortran/20149] New: fatal error: gfc_todo: Not Implemented dir at lanl dot gov
@ 2005-02-22 22:41 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-02-22 22:41 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-22 17:13 -------


*** This bug has been marked as a duplicate of 17298 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-02-22 17:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-22 22:17 [Bug fortran/20149] New: fatal error: gfc_todo: Not Implemented dir at lanl dot gov
2005-02-22 22:41 ` [Bug fortran/20149] " pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).