This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/54860] [4.8 Regression]: build fails on cris-elf configuring libgfortran due to recent "attribute" changes in core gcc
- From: "dodji at seketeli dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 08 Oct 2012 22:23:25 +0000
- Subject: [Bug middle-end/54860] [4.8 Regression]: build fails on cris-elf configuring libgfortran due to recent "attribute" changes in core gcc
- Auto-submitted: auto-generated
- References: <bug-54860-4@http.gcc.gnu.org/bugzilla/>
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-bugzilla@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?