[Bug fortran/17298] gfortran ICE: Not Implemented: Scalarization of non-elemental intrinsic: __transfer1
c dot lemmen at fz-juelich dot de
gcc-bugzilla@gcc.gnu.org
Wed Nov 10 09:13:00 GMT 2004
------- Additional Comments From c dot lemmen at fz-juelich dot de 2004-11-10 09:12 -------
Let me stress the importance of fixing this bug: it occurs in Basic Linear
Algebra Subprograms (BLAS), in program dcabs1.f:
double precision function dcabs1(z)
double complex z
double precision t(2)
t=transfer(z,t)
dcabs1 = dabs(t(1)) + dabs(t(2))
return
end
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17298
More information about the Gcc-bugs
mailing list