This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/17298] gfortran ICE: Not Implemented: Scalarization of non-elemental intrinsic: __transfer1


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]