This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: dwarf bootstrap ICE w/ reduced testcase
> > x.c:6: Internal compiler error in field_byte_offset, at dwarfout.c:1940
> > Please submit a full bug report.
> > See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
>
> Ho hum, this is the same bug I fixed in dwarf2out.c last night.
> I should have known to look at dwarf1 as well.
Thanx, Richard. This fixes the problem at hand and returns it to the
same level of brokenness we've had for a few months. At least this can
be easily circumvented by disabling -g in BOOT_CFLAGS.
stage1/xgcc -Bstage1/ -B/usr/local/i686-pc-sco3.2v5.0.6/bin/ -c -DIN_GCC -g
-O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditio
nal -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I/play/egcs/gcc -I/pla
y/egcs/gcc/. -I/play/egcs/gcc/config -I/play/egcs/gcc/../include /play/egcs/gcc/
stmt.c -o stmt.o
/play/egcs/gcc/stmt.c: In function `expand_nl_goto_receiver':
/play/egcs/gcc/stmt.c:3510: Internal compiler error in ?, at dwarfout.c:5250
http://gcc.gnu.org/ml/gcc-bugs/2000-09/msg00107.html
http://gcc.gnu.org/ml/gcc-bugs/2000-09/msg00444.html
RJL