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]

Re: /mmix/arm-elf/sources/combined/gcc/libgcc2.c:367: RTL flag check: access macro used with unexpected rtx code `sequence' in emit_multi_reg_push, at config/arm/arm.c:7835


On Wed, May 08, 2002 at 02:09:35PM +0200, Andreas Jaeger wrote:
> 
> Crosscompiling CVS mainline from today from i686-linux-gnu to arm-elf fails with:
> 
> /mmix/arm-elf/build/gcc/xgcc -B/mmix/arm-elf/build/gcc/ -nostdinc -B/mmix/arm-elf/build/arm-elf/newlib/ -isystem /mmix/arm-elf/build/arm-elf/newlib/targ-include -isystem /mmix/arm-elf/sources/combined/newlib/libc/include -B/mmix/arm-elf/install/arm-elf/bin/ -B/mmix/arm-elf/install/arm-elf/lib/ -isystem /mmix/arm-elf/install/arm-elf/include -L/mmix/arm-elf/build/ld -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I/mmix/arm-elf/sources/combined/gcc -I/mmix/arm-elf/sources/combined/gcc/. -I/mmix/arm-elf/sources/combined/gcc/config -I/mmix/arm-elf/sources/combined/gcc/../include  -DL_muldi3 -c /mmix/arm-elf/sources/combined/gcc/libgcc2.c -o libgcc/./_muldi3.o
> /mmix/arm-elf/sources/combined/gcc/libgcc2.c: In function `__muldi3':
> /mmix/arm-elf/sources/combined/gcc/libgcc2.c:367: RTL flag check: access macro used with unexpected rtx code `sequence' in emit_multi_reg_push, at config/arm/arm.c:7835
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.

This is from RTL flag checking, which was added a couple of days ago and
enabled yesterday.  I added a couple of other new uses, but for this one
see http://gcc.gnu.org/ml/gcc-patches/2002-05/msg00799.html.

Janis


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