From bece35ca280ed20a8c9bb540881c79fa4bd28cff Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Mon, 30 Apr 2018 08:18:03 +0000 Subject: re PR bootstrap/85571 (non-bootstrap-debug miscompare with trunk) 2018-04-30 Richard Biener PR bootstrap/85571 * Makefile.tpl (STAGE3_CFLAGS): Use -fchecking=1. (STAGE3_TFLAGS): Likewise. (STAGEtrain_CFLAGS): Filter out -fchecking=1. (STAGEtrain_TFLAGS): Likewise. * Makefile.in: Regenerate. * dwarf2out.c (gen_producer_string): Ignore -fchecking[=]. From-SVN: r259755 --- gcc/dwarf2out.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gcc/dwarf2out.c') diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index d2d4ec0..a92b0ce 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -24234,6 +24234,8 @@ gen_producer_string (void) case OPT_fmacro_prefix_map_: case OPT_ffile_prefix_map_: case OPT_fcompare_debug: + case OPT_fchecking: + case OPT_fchecking_: /* Ignore these. */ continue; default: -- cgit v1.1