From: Martin Liska Date: Wed, 21 Apr 2021 11:30:03 +0000 (+0200) Subject: Revert "Use flags in dump_decl." X-Git-Tag: basepoints/gcc-13~8284 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2218b045e0ef52df33230e137f80722c2a82a8a;p=thirdparty%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 c4ae76f55364..c88d1749a0f0 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: