From: Andrew MacLeod Date: Wed, 20 Oct 2021 17:41:12 +0000 (-0400) Subject: Always output exported ranges to a dump_file. X-Git-Tag: basepoints/gcc-13~3648 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17d26698aa31268acdf5e1d4d0bc363dd35378ac;p=thirdparty%2Fgcc.git Always output exported ranges to a dump_file. * gimple-range.cc (gimple_ranger::export_global_ranges): Remove check for TDF_DETAILS. --- diff --git a/gcc/gimple-range.cc b/gcc/gimple-range.cc index 69cde911c490..91bacda6dd0f 100644 --- a/gcc/gimple-range.cc +++ b/gcc/gimple-range.cc @@ -303,7 +303,7 @@ gimple_ranger::export_global_ranges () && !r.varying_p()) { bool updated = update_global_range (r, name); - if (!updated || !dump_file || !(dump_flags & TDF_DETAILS)) + if (!updated || !dump_file) continue; if (print_header)