public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/17298] New: gfortran ICE: Not Implemented: Scalarization of non-elemental intrinsic: __transfer1
@ 2004-09-02 20:20 anlauf at hep dot tu-darmstadt dot de
  2004-09-08 19:00 ` [Bug fortran/17298] " toon at moene dot indiv dot nluug dot nl
                   ` (5 more replies)
  0 siblings, 6 replies; 25+ messages in thread
From: anlauf at hep dot tu-darmstadt dot de @ 2004-09-02 20:20 UTC (permalink / raw)
  To: gcc-bugs

Howdy,

here's another unimplemented Fortran 90 feature:

program gfcbug7
  implicit none
  integer, parameter  :: int   = selected_int_kind(9)
  integer, parameter  :: byte  = selected_int_kind(2)
  integer, parameter  :: n     = bit_size (1_int) / bit_size (1_byte)
  integer (kind=int)  :: input = 1 + 256 + 256**2 + 256**3
  integer (kind=byte) :: bytes(n)
  print *, 'input: ', input
  bytes = transfer (source=input, mold=bytes)
  ! For input = 16843009 (see above) and n=4, the result should be four ones,
  ! independent of the endian-ness of the architecture:
  print *, 'bytes:', bytes(1:n)
end program gfcbug7

which gives:

% gfortran -static gfcbug7.f90
gfcbug7.f90: In function `MAIN__':
gfcbug7.f90:9: fatal error: gfc_todo: Not Implemented: Scalarization of
non-elemental intrinsic: __transfer1
compilation terminated.

Cheers,
-ha

-- 
           Summary: gfortran ICE: Not Implemented: Scalarization of non-
                    elemental intrinsic: __transfer1
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: anlauf at hep dot tu-darmstadt dot de
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: i686-pc-linux-gnu


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


^ permalink raw reply	[flat|nested] 25+ messages in thread
[parent not found: <bug-17298-6318@http.gcc.gnu.org/bugzilla/>]

end of thread, other threads:[~2006-05-06  8:02 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-02 20:20 [Bug fortran/17298] New: gfortran ICE: Not Implemented: Scalarization of non-elemental intrinsic: __transfer1 anlauf at hep dot tu-darmstadt dot de
2004-09-08 19:00 ` [Bug fortran/17298] " toon at moene dot indiv dot nluug dot nl
2004-11-10  9:13 ` c dot lemmen at fz-juelich dot de
2005-02-22 22:38 ` pinskia at gcc dot gnu dot org
2005-03-15 16:28 ` pinskia at gcc dot gnu dot org
2005-06-09  9:35 ` c dot lemmen at fz-juelich dot de
2005-06-09  9:42 ` tobi at gcc dot gnu dot org
     [not found] <bug-17298-6318@http.gcc.gnu.org/bugzilla/>
2005-12-22  3:32 ` pinskia at gcc dot gnu dot org
2006-03-15 16:49 ` pault at gcc dot gnu dot org
2006-03-19 21:01 ` patchapp at dberlin dot org
2006-03-22  5:13 ` pault at gcc dot gnu dot org
2006-03-22 20:00 ` pault at gcc dot gnu dot org
2006-03-22 20:02 ` pault at gcc dot gnu dot org
2006-04-01 17:10 ` ebotcazou at gcc dot gnu dot org
2006-04-01 17:24 ` kargl at gcc dot gnu dot org
2006-04-01 20:05 ` ebotcazou at gcc dot gnu dot org
2006-04-01 20:48 ` kargl at gcc dot gnu dot org
2006-04-02  6:13 ` pinskia at gcc dot gnu dot org
2006-04-02  6:21 ` ebotcazou at gcc dot gnu dot org
2006-04-02  6:27 ` pinskia at gcc dot gnu dot org
2006-04-02  6:36 ` ebotcazou at gcc dot gnu dot org
2006-04-02  6:38 ` ebotcazou at gcc dot gnu dot org
2006-04-03 21:01 ` pinskia at gcc dot gnu dot org
2006-05-03  1:51 ` RNMcLean at yahoo dot com
2006-05-06  8:02 ` paulthomas2 at wanadoo dot fr

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).