COMIS compiled function returned wrong value


PAW version:2.13/08
Description
Only on:
Linux : Kernel  2.4.21-20.EL
gcc (GCC) 3.2.3 20030502 (Red Hat Linux 3.2.3-42)
Binutils (ld -V) : GNU ld version 2.14.90.0.4 20030523
libc.so.6 -> libc-2.3.2.so

The following macro output only NAN.

nan.kumac:

call b.f77(1)
call a.f

b.f:

      real function b(i)
      b = 2*i
      print*, 'In b, b = ', b
      end
a.f:
      subroutine a
         do i=1, 10
            print*, 'i = ',i,' b = ',b(i)
         enddo
      end
Fixed in: COMIS 1.24/00
Workaround
None


Release NotesKnown bugsFAQsContributionsTutorialReference manualDown loadMiscellaneous

Paw.Support@cern.ch