http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54860
--- Comment #2 from dodji at seketeli dot org <dodji at seketeli dot org> 2012-10-08 22:23:25 UTC --- "hp at gcc dot gnu.org" <gcc-bugzi...@gcc.gnu.org> a écrit: > Just configure for --target=cris-elf and "make all-gcc" to produce > f951. So I did this on my system (a Fedora 17). config.log says: This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.64. Invocation command line was $ /home/dodji/devel/git/gcc/cur/configure --target=cris-elf --enable-langages=c,c++,fortran I am getting the f951 binary. > Created attachment 28393 > > --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28393 > > Repeat with gccobj/./gcc/f951 conftest.f -ffixed-form But then when I do: /home/dodji/devel/git/gcc/cur/build/gcc $ cat ../../prtests/test.f program main end $ ./f951 -quiet ../../prtests/test.f -ffixed-form $ I am not seeing the crash. What else am I missing to reproduce the issue?