This is the mail archive of the gcc-bugs@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: g77 bug (SAVE "skiped")


Jacek M. Holeczek wrote:

> The fortran is :
>         g77 version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)
>         (from FSF-g77 version 0.5.24-19981002)
> running on a RH6.1/i386 Linux.
> The problem is :
>         a lot of subroutines has as the first line a "SAVE" directive
>         (without variable names, so ALL wariables should be made
>         "static"),but the compiler does not take it into account. All
>         variables are still automatic (I need to add "-fno-automatic" to
>         get it working).

Do you have a (preferrably small) source example that shows what problem
you have ?

Thanks in advance,

-- 
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://xena.eas.asu.edu/~andy (under construction)

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