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] |
NB This is triggered by building with --enable-checking
- no problems with default build
./xgcc -B/usr/local/hppa2.0-hp-hpux10.20/bin/ -B./ -I/usr/local/hppa2.0-hp-hpux10.20/include -O2 -DIN_GCC -g -W -Wall -I./include -fPIC -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I../../egcs-19991025/gcc -I../../egcs-19991025/gcc/config -I../../egcs-19991025/gcc/../include -c -DL${name} \
-DUSE_COLLECT2 ../../egcs-19991025/gcc/libgcc2.c -o ${name}.o; \
if [ $? -eq 0 ] ; then true; else exit 1; fi; \
` if [ -f /devel/span/rdb/src/egcs-19991025.obj/gcc/../binutils/ar ] ; then echo /devel/span/rdb/src/egcs-19991025.obj/gcc/../binutils/ar ; else if [ "hppa2.0-hp-hpux10.20" = "hppa2.0-hp-hpux10.20" ] ; then echo ar; else t='s,x,x,'; echo ar | sed -e $t ; fi; fi` rc tmplibgcc2.a ${name}.o; \
rm -f ${name}.o; \
done
_muldi3
_divdi3
_moddi3
../../egcs-19991025/gcc/libgcc2.c: In function `__moddi3':
../../egcs-19991025/gcc/libgcc2.c:720: RTL check: expected elt 0 type 'e' or 'u', have 'i' (rtx reg)
../../egcs-19991025/gcc/libgcc2.c:720: Internal compiler error in `print_operand', at config/pa/pa.c:3895
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for instructions.
make[2]: *** [libgcc2.a] Error 1
make[2]: Leaving directory `/devel/span/rdb/src/egcs-19991025.obj/gcc'
./cc1 libgcc2.i -quiet -dumpbase libgcc2.c -g -g1 -O2 -W -Wall -version -fPIC -o libgcc2.s
GNU C version 2.96 19991025 (experimental) (hppa2.0-hp-hpux10.20) compiled by GNU C version egcs-2.91.57 19980901 (egcs-1.1 release).
../../egcs-19991025/gcc/libgcc2.c: In function `__moddi3':
../../egcs-19991025/gcc/libgcc2.c:720: RTL check: expected elt 0 type 'e' or 'u', have 'i' (rtx reg)
../../egcs-19991025/gcc/libgcc2.c:720: Internal compiler error in `print_operand', at config/pa/pa.c:3895
Please submit a full bug report.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |