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: Stage1 of current CVS gcc aborts when compiling reload1.c


* Richard Henderson (rth@cygnus.com) [20000501 00:06]:

> I just bootstrapped i586-linux here.  If it's still happening for you,
> please send a preprocessed version of the file -- perhaps something in
> the installed system headers (e.g. bits/string2.h) makes the difference.

As it's still happening, i.e. the stage1 compiler, configured for
k6-suse-linux (maybe I missed that bit in my last post? ), gets an ICE at
the exact same location, here are the compiler messages. reload1.i.bz2 is
attached.

stage1/xgcc -Bstage1/ -B/usr/local/k6-suse-linux/bin/ -c  -DIN_GCC    -W -Wall -Wtraditional -O2 -W -Wall -Wstrict-prototypes -Wcast-qual -Wbad-function-cast -Wpointer-arith -O2 -march=k6 -fschedule-insns2 -pipe   -DHAVE_CONFIG_H    -I. -I/u2/cvs/egcs/gcc -I/u2/cvs/egcs/gcc/config -I/u2/cvs/egcs/gcc/../include /u2/cvs/egcs/gcc/reload1.c
In file included from /u2/cvs/egcs/gcc/reload1.c:32:
insn-flags.h:547: warning: function declaration isn't a prototype
insn-flags.h:548: warning: function declaration isn't a prototype
insn-flags.h:549: warning: function declaration isn't a prototype
insn-flags.h:550: warning: function declaration isn't a prototype
/u2/cvs/egcs/gcc/reload1.c: In function `choose_reload_regs':
/u2/cvs/egcs/gcc/reload1.c:5309: warning: signed and unsigned type in conditional expression
/u2/cvs/egcs/gcc/reload1.c:5309: warning: signed and unsigned type in conditional expression
/u2/cvs/egcs/gcc/reload1.c:5309: warning: signed and unsigned type in conditional expression
/u2/cvs/egcs/gcc/reload1.c:5309: warning: signed and unsigned type in conditional expression
/u2/cvs/egcs/gcc/reload1.c:5309: warning: signed and unsigned type in conditional expression
/u2/cvs/egcs/gcc/reload1.c:5309: warning: signed and unsigned type in conditional expression
/u2/cvs/egcs/gcc/reload1.c:5310: warning: signed and unsigned type in conditional expression
/u2/cvs/egcs/gcc/reload1.c:5310: warning: signed and unsigned type in conditional expression
/u2/cvs/egcs/gcc/reload1.c:5310: warning: signed and unsigned type in conditional expression
/u2/cvs/egcs/gcc/reload1.c: In function `emit_input_reload_insns':
/u2/cvs/egcs/gcc/reload1.c:6008: warning: signed and unsigned type in conditional expression
/u2/cvs/egcs/gcc/reload1.c:6008: warning: signed and unsigned type in conditional expression
/u2/cvs/egcs/gcc/reload1.c:6008: warning: signed and unsigned type in conditional expression
/u2/cvs/egcs/gcc/reload1.c:6008: warning: signed and unsigned type in conditional expression
/u2/cvs/egcs/gcc/reload1.c:6008: warning: signed and unsigned type in conditional expression
/u2/cvs/egcs/gcc/reload1.c:6008: warning: signed and unsigned type in conditional expression
/u2/cvs/egcs/gcc/reload1.c:6009: warning: signed and unsigned type in conditional expression
/u2/cvs/egcs/gcc/reload1.c:6009: warning: signed and unsigned type in conditional expression
/u2/cvs/egcs/gcc/reload1.c:6009: warning: signed and unsigned type in conditional expression
/u2/cvs/egcs/gcc/reload1.c: In function `delete_address_reloads_1':
/u2/cvs/egcs/gcc/reload1.c:7649: Internal compiler error in `verify_wide_reg_1', at flow.c:2593
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
xgcc: Internal compiler error: program cpp got fatal signal 13
make[2]: *** [reload1.o] Error 1
make[2]: Leaving directory `/u3/egcs/gcc'
make[1]: *** [bootstrap-lean] Error 2
make[1]: Leaving directory `/u3/egcs/gcc'
make: *** [bootstrap-lean] Error 2

reload1.i.bz2


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