From c3df55f94773478015c650ed21d0ca70bc8dbc10 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sun, 7 Jun 2009 21:42:54 +0200 Subject: [PATCH] ipa-struct-reorg.c (do_reorg_1): Fix whitespace in dump output. 2009-06-07 Bernhard Reutner-Fischer * ipa-struct-reorg.c (do_reorg_1): Fix whitespace in dump output. From-SVN: r148260 --- gcc/ChangeLog | 4 ++++ gcc/ipa-struct-reorg.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a2294c569a7..5dfc96f199b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2009-06-07 Bernhard Reutner-Fischer + + * ipa-struct-reorg.c (do_reorg_1): Fix whitespace in dump output. + 2009-06-07 Bernhard Reutner-Fischer * c-decl.c (finish_decl): Use bool for variable was_incomplete. diff --git a/gcc/ipa-struct-reorg.c b/gcc/ipa-struct-reorg.c index 6468d77f06a..a81f7411521 100644 --- a/gcc/ipa-struct-reorg.c +++ b/gcc/ipa-struct-reorg.c @@ -3646,7 +3646,7 @@ do_reorg_1 (void) push_cfun (DECL_STRUCT_FUNCTION (node->decl)); current_function_decl = node->decl; if (dump_file) - fprintf (dump_file, "\nFunction to do reorg is %s: \n", + fprintf (dump_file, "\nFunction to do reorg is %s: \n", (const char *) IDENTIFIER_POINTER (DECL_NAME (node->decl))); do_reorg_for_func (node); free_dominance_info (CDI_DOMINATORS); -- 2.30.2