This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/26893] kinds.h not generated, causing failure
- From: "vapier at gentoo dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 29 Apr 2006 05:37:25 -0000
- Subject: [Bug libfortran/26893] kinds.h not generated, causing failure
- References: <bug-26893-10100@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #6 from vapier at gentoo dot org 2006-04-29 05:37 -------
i hit this same issue and the real error was being masked by the shell script:
if $compile -c tmp$$.f90 > /dev/null 2>&1; then
turns out the compile step was ICEing resulting in $largest_ctype not being
reset from "" ... so the only error you see is "Unknown type"
guess give `make check` a run in the mpfr package and see if it's being
miscompiled
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26893