public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/omp/gcc-11] Fix gimple_debug_cfg declaration
@ 2021-11-17  8:17 Frederik Harwath
  0 siblings, 0 replies; only message in thread
From: Frederik Harwath @ 2021-11-17  8:17 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:fa558c2a66648ca20d569921ba4a8ffb2ea0361b

commit fa558c2a66648ca20d569921ba4a8ffb2ea0361b
Author: Frederik Harwath <frederik@codesourcery.com>
Date:   Tue Nov 16 16:08:40 2021 +0100

    Fix gimple_debug_cfg declaration
    
    Silence a warning. The argument type did not match the definition.
    
    gcc/ChangeLog:
    
            * tree-cfg.h (gimple_debug_cfg): Change argument type from int
            to dump_flags_t.

Diff:
---
 gcc/tree-cfg.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/tree-cfg.h b/gcc/tree-cfg.h
index 6ed63ec8b22..b34417ff92b 100644
--- a/gcc/tree-cfg.h
+++ b/gcc/tree-cfg.h
@@ -44,7 +44,7 @@ extern void clear_special_calls (void);
 extern edge find_taken_edge (basic_block, tree);
 extern void gimple_debug_bb (basic_block);
 extern basic_block gimple_debug_bb_n (int);
-extern void gimple_debug_cfg (int);
+extern void gimple_debug_cfg (dump_flags_t);
 extern void gimple_dump_cfg (FILE *, dump_flags_t);
 extern void dump_cfg_stats (FILE *);
 extern void debug_cfg_stats (void);


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

only message in thread, other threads:[~2021-11-17  8:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-17  8:17 [gcc/devel/omp/gcc-11] Fix gimple_debug_cfg declaration Frederik Harwath

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).