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]

Re: ICE in single_set_1, at rtlanal.c:881


> ./xgcc -B./ -B/usr/local/hppa1.1-hp-hpux10.20/bin/ -isystem /usr/local/hppa1.1-hp-hpux10.20/include -O2   -DIN_GCC    -g -W -Wall  -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes  -Wno-long-long -isystem ./include  -fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I../../gcc -I../../gcc/config -I../../gcc/../include -DUSE_COLLECT2 -DL_divdi3 -c ../../gcc/libgcc2.c -o libgcc/./_divdi3.o
> ../../gcc/libgcc2.c: In function `__divdi3':
> ../../gcc/libgcc2.c:576: Internal compiler error in single_set_1, at rtlanal.c:881

This is the insn that causes the abort:

(gdb) p debug_rtx(insn)

(jump_insn 980 979 981 (parallel[
            (use (reg:SI 2 %r2))
	    (return)
	] ) -1 (nil)
    (nil))

Dave
-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)

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