public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-4665] Always output exported ranges to a dump_file.
@ 2021-10-25 14:44 Andrew Macleod
  0 siblings, 0 replies; only message in thread
From: Andrew Macleod @ 2021-10-25 14:44 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:17d26698aa31268acdf5e1d4d0bc363dd35378ac

commit r12-4665-g17d26698aa31268acdf5e1d4d0bc363dd35378ac
Author: Andrew MacLeod <amacleod@redhat.com>
Date:   Wed Oct 20 13:41:12 2021 -0400

    Always output exported ranges to a dump_file.
    
            * gimple-range.cc (gimple_ranger::export_global_ranges): Remove check
            for TDF_DETAILS.

Diff:
---
 gcc/gimple-range.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/gimple-range.cc b/gcc/gimple-range.cc
index 69cde911c49..91bacda6dd0 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)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-25 14:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-25 14:44 [gcc r12-4665] Always output exported ranges to a dump_file Andrew Macleod

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).