This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: pointer pairing and gfortran


On Fri, Jun 24, 2005 at 02:15:54PM -0400, Geoffrey Cowles wrote:

> program test
> integer ikeys
> pointer (pikeys,ikeys)
> end

This looks like Cray pointers, which aren't supported at the
moment.  Somebody is working on it, though.

See http://gcc.gnu.org/PR17031 .


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