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]

g77 bug (SAVE "skiped")


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.


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