public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/20483] New: Not Implemented: Scalarization of non-elemental intrinsic
@ 2005-03-15 14:11 tow21 at cam dot ac dot uk
  2005-03-15 16:28 ` [Bug fortran/20483] " pinskia at gcc dot gnu dot org
  0 siblings, 1 reply; 2+ messages in thread
From: tow21 at cam dot ac dot uk @ 2005-03-15 14:11 UTC (permalink / raw)
  To: gcc-bugs

Don't know if this is related to 12840 - submitting it anyway.  
  
parabrisas:~/test% cat char.f90  
subroutine add_to_buffer_escaping_markup(s) 
  character(len=*), intent(in)      ::   s 
  character(len=1), dimension(len(s))  :: s_a 
 
  call add_to_buffer(transfer(s,s_a)) 
end subroutine add_to_buffer_escaping_markup 
 
parabrisas:~/test% gfortran -c char.f90 
char.f90: In function 'add_to_buffer_escaping_markup': 
char.f90:1: fatal error: gfc_todo: Not Implemented: Scalarization of 
non-elemental intrinsic: __transfer1 
compilation terminated.

-- 
           Summary: Not Implemented: Scalarization of non-elemental
                    intrinsic
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tow21 at cam dot ac dot uk
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug fortran/20483] Not Implemented: Scalarization of non-elemental intrinsic
  2005-03-15 14:11 [Bug fortran/20483] New: Not Implemented: Scalarization of non-elemental intrinsic tow21 at cam dot ac dot uk
@ 2005-03-15 16:28 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-03-15 16:28 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-15 16:28 -------


*** 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=20483


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

end of thread, other threads:[~2005-03-15 16:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-15 14:11 [Bug fortran/20483] New: Not Implemented: Scalarization of non-elemental intrinsic tow21 at cam dot ac dot uk
2005-03-15 16:28 ` [Bug fortran/20483] " 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).