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: "fxcoudert at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Mar 2006 07:35:42 -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 #10 from fxcoudert at gcc dot gnu dot org 2006-03-06 07:35 -------
Could you try to compile a test program under gdb to see where it freezes?
$ cat > a.f90
integer :: a = 45
real(8) :: x = 1.78d2
print *, "hello", x / a
end
$ gdb -args
/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 a.f90
then interrupt it (^C) and ask "where".
I've been doing builds on (i386|sparc)-solaris and alphaev*-alpha-linux-gnu for
quite some time now. I don't know alphapca56: how different from the other
alphas is it?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26564