From: Martin Liska Date: Wed, 21 Apr 2021 11:30:03 +0000 (+0200) Subject: Revert "Use flags in dump_decl." X-Git-Tag: upstream/12.2.0~8668 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d2218b045e0ef52df33230e137f80722c2a82a8a;p=platform%2Fupstream%2Fgcc.git Revert "Use flags in dump_decl." This reverts commit 9b6360b83cf5c684422c42301faee3a79ac42dc1. --- diff --git a/gcc/cp/error.c b/gcc/cp/error.c index c4ae76f..c88d174 100644 --- a/gcc/cp/error.c +++ b/gcc/cp/error.c @@ -1365,7 +1365,7 @@ dump_decl (cxx_pretty_printer *pp, tree t, int flags) if (DECL_NAME (t)) pp_cxx_tree_identifier (pp, DECL_NAME (t)); else - dump_generic_node (pp, t, 0, flags | TDF_SLIM, false); + dump_generic_node (pp, t, 0, TDF_SLIM, false); break; case CONST_DECL: