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

Reply via email to