Hi,
gcc4 incorrectly compiles clisp on sparc (gcc3 worked fine).
The problem manifests itself as a crash on invocation of the executable, see
https://sourceforge.net/tracker/?func=detail&atid=101355&aid=1575811&group_id=1355
everything is set up in gcc62:/home/sds/clisp/build-Linux-sparc64-g:
to get the crash under gdb, do:

$ gdb lisp.run
(gdb) run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m
2MW -lp ../src/ -x '(and (load "../src/init.lisp") (sys::%saveinitmem)
(ext::exit)) (ext::exit t)'

the crash is in file hashtabl.c, "make hashtabl.s" generates the assembly.

Alas, I don't know much about assembly, so I cannot figure out the
specific place which is broken.
Any chance someone here would be willing to help with isolating the
gcc bug so that it can be reported to the gcc maintainers?
thanks!

-- 
Sam Steingold <http://sds.podval.org>

_______________________________________________
Gcc-cfarm-users mailing list
Gcc-cfarm-users@gna.org
https://mail.gna.org/listinfo/gcc-cfarm-users

Reply via email to