This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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



------- Comment #4 from diskman at kc dot rr dot com  2006-03-05 00:48 -------
I tried : sh ./libgfortran/mk-kinds-h.sh
#define GFC_INTEGER_LARGEST GFC_INTEGER_
#define GFC_UINTEGER_LARGEST GFC_UINTEGER_

./libgfortran/mk-kinds-h.sh: Unknown type
[root@jericho gcc-4.1.0]# 

When I run the following command:
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

cmp.c:39: GNU MP assertion failed: !(((b)->_mpfr_size >> 30) & 1)
<built-in>:0: internal compiler error: Aborted
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

I have gmp-4.1.4 installed [installed it before I attempted to compile
GCC-4.1.0]


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26564


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]