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]

error when porting from f77 for Sun to g77 for linux


When I run my fortran 77 program compiled with g77 on my new Linux desktop computer the execution stops with the following error:

STOP loop limit statement executed

The program does have a large number of nested do loops, but they never gave any problems when I was running the same program compiled with f77 on a Sun workstation.
Does anybody know whether there is any compiling option that I can use to work around this problem?


Thank you!




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