This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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

Internal compiler error in 4.1.0


Trying to build crosstool 0.42 for arm xscale using gcc 4.1.0 and glibc
2.3.6.  Base system is Mandriva 2006 on an Intel box with gcc 3.4.5:

 

arm-xscale-linux-gnu-gcc  ../sysdeps/generic/s_fmax.c -c -std=gnu99 -O
-Wall -Winline -Wstrict-prototypes -Wwrite-strings   -fPIC
-Wno-uninitialized -D__NO_MATH_INLINES -D__LIBC_INTERNAL_MATH_INLINES
-DNO_LONG_DOUBLE -D_Mlong_double_=double -I../include -I.
-I/home/mike/crosstool/crosstool-0.42/build/arm-xscale-linux-gnu/gcc-4.1
.0-glibc-2.3.6/build-glibc/math -I.. -I../libio
-I/home/mike/crosstool/crosstool-0.42/build/arm-xscale-linux-gnu/gcc-4.1
.0-glibc-2.3.6/build-glibc -I../sysdeps/arm/elf
-I../linuxthreads/sysdeps/unix/sysv/linux/arm
-I../linuxthreads/sysdeps/unix/sysv/linux
-I../linuxthreads/sysdeps/pthread -I../sysdeps/pthread
-I../linuxthreads/sysdeps/unix/sysv -I../linuxthreads/sysdeps/unix
-I../linuxthreads/sysdeps/arm -I../sysdeps/unix/sysv/linux/arm
-I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/common
-I../sysdeps/unix/mman -I../sysdeps/unix/inet -I../sysdeps/unix/sysv
-I../sysdeps/unix/arm -I../sysdeps/unix -I../sysdeps/posix
-I../sysdeps/arm/fpu -I../sysdeps/arm -I../sysdeps/wordsize-32
-I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754/dbl-64
-I../sysdeps/ieee754 -I../sysdeps/generic/elf -I../sysdeps/generic
-nostdinc -isystem
/home/mike/crosstool/crosstool-0.42/build/arm-xscale-linux-gnu/gcc-4.1.0
-glibc-2.3.6/gcc-core-prefix/lib/gcc-lib/arm-xscale-linux-gnu/3.3.6/incl
ude -isystem
/opt/crosstool/gcc-4.1.0-glibc-2.3.6/arm-xscale-linux-gnu/arm-xscale-lin
ux-gnu/include -D_LIBC_REENTRANT -include ../include/libc-symbols.h
-DPIC -DSHARED -DNOT_IN_libc=1 -DIS_IN_libm=1    -o
/home/mike/crosstool/crosstool-0.42/build/arm-xscale-linux-gnu/gcc-4.1.0
-glibc-2.3.6/build-glibc/math/s_fmax.os -MD -MP -MF
/home/mike/crosstool/crosstool-0.42/build/arm-xscale-linux-gnu/gcc-4.1.0
-glibc-2.3.6/build-glibc/math/s_fmax.os.dt -MT
/home/mike/crosstool/crosstool-0.42/build/arm-xscale-linux-gnu/gcc-4.1.0
-glibc-2.3.6/build-glibc/math/s_fmax.os

../sysdeps/generic/s_fmax.c: In function `__fmax':

../sysdeps/generic/s_fmax.c:28: internal compiler error: in
elim_reg_cond, at flow.c:3328

 

This is in the 2.3.5 math library portion.  Seems like this is similar
to an old bug PR15068 but I haven't looked into in detail.

 

            Mike

--
For unsubscribe information see http://sourceware.org/lists.html#faq


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