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]

Re: FORTRAN pointer


Allen Barnett wrote:

> 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

Nope, unfortunately not.  This is the most-asked-for extension to add to
g77 though.

Cheers,

-- 
Toon Moene - mailto:toon@moene.indiv.nluug.nl - phoneto: +31 346 214290
Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands
GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html
GNU Fortran 95: http://g95.sourceforge.net/ (under construction)

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