Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Photran] Bug about Pointer in Fortran77(Fixed Format) with Photran4.0.4

Hi Rongwang,

> The syntax of pointer in fortran77 is the following:  POINTER (ptr, var)
> ...
> Or this syntax is not supported yet? If so, could it be supported?

If I'm not mistaken, this syntax is for Cray pointers, which are not
part of the Fortran standard but rather a common extension.  We could
definitely support it, though.

Jeff


Back to the top