This is the mail archive of the gcc@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]

FORTRAN pointer


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

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