diff options
author | Steven Bosscher <steven@gcc.gnu.org> | 2006-11-30 07:22:04 +0000 |
---|---|---|
committer | Steven Bosscher <steven@gcc.gnu.org> | 2006-11-30 07:22:04 +0000 |
commit | e9ec5c6b5e65990251fa71ea6e885823d50f3df3 (patch) | |
tree | 04dc45214d4649859b92961c61d2bbdae2f5499d /gcc/cgraphunit.c | |
parent | e26feb2c6033e706c1b56e33e38e530adb06aabe (diff) | |
download | gcc-e9ec5c6b5e65990251fa71ea6e885823d50f3df3.zip gcc-e9ec5c6b5e65990251fa71ea6e885823d50f3df3.tar.gz gcc-e9ec5c6b5e65990251fa71ea6e885823d50f3df3.tar.bz2 |
cgraphunit.c (cgraph_finalize_compilation_unit): Add a newline at the end of a diagnostics message.
* cgraphunit.c (cgraph_finalize_compilation_unit): Add a newline
at the end of a diagnostics message.
* alloc-pool.c (pool_free): Postpone clearing the pool entry
until after asserting that it was allocated in the right pool.
* cfgrtl.c (print_rtl_with_bb): Print predecessor and
successor edge information as well. Make output of live regs
on exit consistent with live regs on entry.
From-SVN: r119357
Diffstat (limited to 'gcc/cgraphunit.c')
-rw-r--r-- | gcc/cgraphunit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c index 59a7e0d..1e76777 100644 --- a/gcc/cgraphunit.c +++ b/gcc/cgraphunit.c @@ -1076,7 +1076,7 @@ cgraph_finalize_compilation_unit (void) if (!quiet_flag) { - fprintf (stderr, "\nAnalyzing compilation unit"); + fprintf (stderr, "\nAnalyzing compilation unit\n"); fflush (stderr); } |