This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/26564] ../.././libgfortran/mk-kinds-h.sh: Unknown type
- From: "schwab at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 4 Mar 2006 21:07:15 -0000
- Subject: [Bug libfortran/26564] ../.././libgfortran/mk-kinds-h.sh: Unknown type
- References: <bug-26564-10971@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from schwab at suse dot de 2006-03-04 21:07 -------
It can happen when the fortran compiler is broken. What do you get when you
execute this command (all in one line)?
echo " real (kind=4) :: x" > tmp.f90; echo " end" >> tmp.f90;
/usr2/www/linux-related/programming/compilers/gcc-4.1.0/gcc-4.1.0/host-alphapca56-alpha-linux-gnu/gcc/gfortran
-B/usr2/www/linux-related/programming/compilers/gcc-4.1.0/gcc-4.1.0/host-alphapca56-alpha-linux-gnu/gcc/
-B/usr/alphapca56-alpha-linux-gnu/bin/ -B/usr/alphapca56-alpha-linux-gnu/lib/
-isystem /usr/alphapca56-alpha-linux-gnu/include -isystem
/usr/alphapca56-alpha-linux-gnu/sys-include -I . -Wall -fno-repack-arrays
-fno-underscoring -c tmp.f90
--
schwab at suse dot de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |WAITING
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26564