[Bug bootstrap/67156] config/bootstrap-debug.mk: STAGE2_CFLAGS += -gtoggle
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sat Aug 8 14:35:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67156
--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
It should have stripped out the debugging info before doing the cmp.
That is do-compare gets to be:
do-compare = $(SHELL) $(srcdir)/contrib/compare-debug $$f1 $$f2
>From bootstrap-debug.mk.
More information about the Gcc-bugs
mailing list