FORTRAN pointer

Allen Barnett barnett@localnet.com
Tue Sep 26 10:15:00 GMT 2000


Is there any work under way to support the CRAY (?) pointer extension
under g77?  As in:

      real a(1)
      pointer (la, a)

      la = malloc (4 * n)

      do i = 1, n
          a(i) = i
      end do

Thanks,
Allen Barnett


More information about the Gcc mailing list