[Bug libfortran/26564] ../.././libgfortran/mk-kinds-h.sh: Unknown type

fxcoudert at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Mar 6 07:35:00 GMT 2006



------- 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



More information about the Gcc-bugs mailing list