[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: News on bug # 225621 (invalid assembly on m68k) against g77-3.3?



> > > I am just wondering if bug # 225621 (g77-3.3: sometimes generates invalid
> > > assembly code on m68k) has been noticed, since I haven't seen it mentioned
> > > anywhere on these mailing lists.  Apologies if I'm being redundant.
> >
> > it needs to be rechecked using gcc-snapshot and forwarded
> > upstream. any volunteers?
>
> Is there a recent enough build of gcc-snapshot that can be used? The build
> tree for cernlib is still on kullervo, so I could use that to verify the
> bug.

schmitz@kullervo:~$ g77 save-temps -v -g -c -O2 -funroll-loops
-fomit-frame-pointer -fno-automatic -fno-second-underscore -fugly-complex
sigssz.F
g77: save-temps: No such file or directory
Reading specs from /usr/lib/gcc-lib/m68k-linux/3.3.3/specs
Configured with: ../src/configure -v
--enable-languages=c,c++,java,f77,pascal,objc,treelang --prefix=/usr
--mandir=/usr/share/man --infodir=/usr/share/info
--with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared
--with-system-zlib --enable-nls --without-included-gettext
--enable-__cxa_atexit --enable-sjlj-exceptions --enable-clocale=gnu
--enable-debug --enable-java-gc=boehm --enable-java-awt=xlib
--enable-objc-gc m68k-linux
Thread model: posix
gcc version 3.3.3 20031206 (prerelease) (Debian)
 /usr/lib/gcc-lib/m68k-linux/3.3.3/cc1 -E -traditional-cpp
-D_LANGUAGE_FORTRAN -quiet -v -D__GNUC__=3 -D__GNUC_MINOR__=3
-D__GNUC_PATCHLEVEL__=3 -D__ELF__ -Dunix -Dmc68000 -Dmc68020
-D__gnu_linux__ -Dlinux -D__ELF__ -D__unix__ -D__mc68000__ -D__mc68020__
-D__gnu_linux__ -D__linux__ -D__unix -D__mc68000 -D__mc68020 -D__linux
-Asystem=unix -Asystem=posix -Acpu=m68k -Amachine=m68k -D__HAVE_68881__
sigssz.F -funroll-loops -fomit-frame-pointer -fno-automatic
-fno-second-underscore -fugly-complex -O2 /tmp/ccarfsU5.f
ignoring nonexistent directory "/usr/m68k-linux/include"
#include "..." search starts here:
#include <...> search starts here:
 /usr/local/include
 /usr/lib/gcc-lib/m68k-linux/3.3.3/include
 /usr/include
End of search list.
 /usr/lib/gcc-lib/m68k-linux/3.3.3/f771 /tmp/ccarfsU5.f -quiet -dumpbase
sigssz.F -auxbase sigssz -g -O2 -version -funroll-loops
-fomit-frame-pointer -fno-automatic -fno-second-underscore -fugly-complex
-o /tmp/cckyQ2vn.s
GNU F77 version 3.3.3 20031206 (prerelease) (Debian) (m68k-linux)
	compiled by GNU C version 3.3.3 20031206 (prerelease) (Debian).
GGC heuristics: --param ggc-min-expand=38 --param ggc-min-heapsize=16011
 as -V -Qy -o sigssz.o /tmp/cckyQ2vn.s
GNU assembler version 2.14.90.0.7 (m68k-linux) using BFD version
2.14.90.0.7 20031029 Debian GNU/Linux
/tmp/cckyQ2vn.s: Assembler messages:
/tmp/cckyQ2vn.s:9423: Error: value out of range
/tmp/cckyQ2vn.s:9425: Error: value out of range

	Michael



Reply to: