This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: pointer pairing and gfortran
- From: Thomas Koenig <Thomas dot Koenig at online dot de>
- To: Geoffrey Cowles <gcowles at UMassD dot Edu>
- Cc: fortran at gcc dot gnu dot org
- Date: Sat, 25 Jun 2005 07:29:17 +0200
- Subject: Re: pointer pairing and gfortran
- References: <6FAFE8F4-8469-4F2F-8148-D581CCA00659@UMassD.Edu>
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 .