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]

big error in write on egcs-19990131


Hi,
on Linux alpha try this prog:
cat t.f:

      write(*,*) 1
      end

then:
g77 -o t t.f
./t

Result: extreme amount of garbage on the screen.

Martin.


g77 -v:
g77 version egcs-2.93.04 19990131 (gcc2 ss-980929 experimental) (from FSF-g77 version 0.5.24-19980804)
Driving: /sw/snapshots/bin/g77 -v -c -xf77-version /dev/null -xnone
Reading specs from /usr/local/lib/gcc-lib/alphaev56-unknown-linux-gnu/egcs/specs
gcc driver version egcs-2.93.04 19990131 (gcc2 ss-980929 experimental) executing gcc version egcs-2.91.60.1
 /sw/snapshots/lib/gcc-lib/alphaev56-unknown-linux-gnu/egcs-2.93.04/cpp -lang-c -v -undef -D__GNUC__=2 -D__GNUC_MINOR__=91 -D__linux__ -D__unix__ -D_LONGLONG -D__alpha__ -D__ELF__ -D__linux -D__unix -Asystem(linux) -D_LANGUAGE_FORTRAN -traditional -D__LANGUAGE_C__ -D__LANGUAGE_C -DLANGUAGE_C -Acpu(alpha) -Amachine(alpha) -D__alpha -D__alpha__ -D__alpha_ev5__ -Acpu(ev5) -D__alpha_bwx__ -Acpu(bwx) /dev/null /dev/null
GNU CPP version egcs-2.93.04 19990131 (gcc2 ss-980929 experimental) (Alpha GNU/Linux for ELF)
#include "..." search starts here:
#include <...> search starts here:
 /usr/local/include
 /sw/snapshots/lib/gcc-lib/alphaev56-unknown-linux-gnu/egcs-2.93.04/../../../../alphaev56-unknown-linux-gnu/include
 /sw/snapshots/lib/gcc-lib/alphaev56-unknown-linux-gnu/egcs-2.93.04/include
 /usr/include
End of search list.
 /sw/snapshots/lib/gcc-lib/alphaev56-unknown-linux-gnu/egcs-2.93.04/f771 -fnull-version -quiet -dumpbase g77-version.f -version -fversion -o /tmp/ccqC1fPw.s /dev/null
GNU F77 version egcs-2.93.04 19990131 (gcc2 ss-980929 experimental) (alphaev56-unknown-linux-gnu) compiled by GNU C version egcs-2.93.04 19990131 (gcc2 ss-980929 experimental).
GNU Fortran Front End version 0.5.24-19980804
 as -o /tmp/ccKGBdJU.o /tmp/ccqC1fPw.s
 ld -m elf64alpha -O1 -dynamic-linker /lib/ld-linux.so.2 -o /tmp/ccK61Dmj /tmp/ccKGBdJU.o /usr/lib/crt1.o /usr/lib/crti.o /usr/local/lib/gcc-lib/alphaev56-unknown-linux-gnu/egcs/crtbegin.o -L/usr/local/qt/lib -L/usr/local/qt/lib -L/usr/local/lib/gcc-lib/alphaev56-unknown-linux-gnu/egcs -L/sw/snapshots/lib/gcc-lib/alphaev56-unknown-linux-gnu/egcs-2.93.04 -L/sw/snapshots/lib -lg2c -lm -lgcc -lc -lgcc /usr/local/lib/gcc-lib/alphaev56-unknown-linux-gnu/egcs/crtend.o /usr/lib/crtn.o
 /tmp/ccK61Dmj
__G77_LIBF77_VERSION__: 0.5.24
@(#)LIBF77 VERSION 19970919
__G77_LIBI77_VERSION__: 0.5.24-19980920
@(#) LIBI77 VERSION pjw,dmg-mods 19980617
__G77_LIBU77_VERSION__: 0.5.24
@(#) LIBU77 VERSION 19980709



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