This is the mail archive of the gcc-help@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]
Other format: [Raw text]

Re: allocation statment in fortran


Roberto Bernetti wrote:

I'd like to port a program build by watcom fortran77 from windows to Gnu/Linux. The whole program was written conforming fortran77 standards except for the use of the ALLOCATE/DEALLOCATE statement an extension for dynamic allocation used to dimensioning working vectors in subroutine.
Reading the online manual there is a reference to a function Allocated Intrinsic.
Is there any way to do the same with g77?

Nope, you'll have to wait until g95 is ready - see my signature ...


--
Toon Moene - mailto:toon at moene dot indiv dot nluug dot nl - phoneto: +31 346 214290
Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands
Maintainer, GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html
GNU Fortran 95: http://gcc-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]