This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
g77 bug (SAVE "skiped")
- To: egcs-bugs at egcs dot cygnus dot com
- Subject: g77 bug (SAVE "skiped")
- From: "Jacek M. Holeczek" <holeczek at us dot edu dot pl>
- Date: Sat, 18 Mar 2000 13:38:15 +0100 (MET)
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).
Best regards,
Jacek.