we are currently tracing a problem on some old Fortran code using G77 on an AMD 64 bit Opteron machine. We understood that local variables are put in the stack area (i.e. with addresses > 2**32), which causes our deprecated and ugly code to fail.
Try -fno-automatic -finit-local-zero and report back how far you got.
Thanks in advance,
-- Toon Moene - mailto:toon@xxxxxxxxxxxxxxxxxxxx - phoneto: +31 346 214290 Saturnushof 14, 3738 XG Maartensdijk, The Netherlands Maintainer, GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html A maintainer of GNU Fortran 95: http://gcc.gnu.org/fortran/