From: jakub Date: Fri, 15 Apr 2016 13:07:43 +0000 (+0000) Subject: PR c++/70675 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c970b33debc7e79b64af1d41a37c466979776695;p=thirdparty%2Fgcc.git PR c++/70675 * tree-pretty-print.c (do_niy): Add FLAGS argument, pass it down to dump_generic_node. (NIY): Pass also flags to do_niy. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@235025 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3173ae8e5fcb..4a63e32d49a8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2016-04-15 Jakub Jelinek + + PR c++/70675 + * tree-pretty-print.c (do_niy): Add FLAGS argument, pass it down + to dump_generic_node. + (NIY): Pass also flags to do_niy. + 2016-04-15 Thomas Schwinge * omp-low.c (simd_clone_struct_alloc, simd_clone_struct_copy) diff --git a/gcc/tree-pretty-print.c b/gcc/tree-pretty-print.c index f8a6b43219d4..c393d34b5ec3 100644 --- a/gcc/tree-pretty-print.c +++ b/gcc/tree-pretty-print.c @@ -40,19 +40,19 @@ static void pretty_print_string (pretty_printer *, const char*); static void newline_and_indent (pretty_printer *, int); static void maybe_init_pretty_print (FILE *); static void print_struct_decl (pretty_printer *, const_tree, int, int); -static void do_niy (pretty_printer *, const_tree); +static void do_niy (pretty_printer *, const_tree, int); #define INDENT(SPACE) do { \ int i; for (i = 0; i