public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Giuliano Belinassi <giulianob@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc/devel/autopar_devel] Silence warning introduced by my previous change.
Date: Sat, 22 Aug 2020 21:30:54 +0000 (GMT)	[thread overview]
Message-ID: <20200822213054.20CF83861012@sourceware.org> (raw)

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="us-ascii", Size: 1271 bytes --]

https://gcc.gnu.org/g:4bdbb17169867d2f4dc0b15695c65f59fb30197e

commit 4bdbb17169867d2f4dc0b15695c65f59fb30197e
Author: Jan Hubicka <jh@suse.cz>
Date:   Fri May 22 18:17:14 2020 +0200

    Silence warning introduced by my previous change.
    
            * lto-streamer-out.c (DFS::DFS): Silence warning.

Diff:
---
 gcc/ChangeLog          | 4 ++++
 gcc/lto-streamer-out.c | 3 +--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 8f80df5d6d5..7a7b599ff93 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2020-05-22  Jan Hubicka  <hubicka@ucw.cz>
+
+	* lto-streamer-out.c (DFS::DFS): Silence warning.
+
 2020-05-22  Uroš Bizjak  <ubizjak@gmail.com>
 
 	PR target/95255
diff --git a/gcc/lto-streamer-out.c b/gcc/lto-streamer-out.c
index 5ff7f33bfb1..887a51d3eae 100644
--- a/gcc/lto-streamer-out.c
+++ b/gcc/lto-streamer-out.c
@@ -803,8 +803,7 @@ DFS::DFS (struct output_block *ob, tree expr, bool ref_p, bool this_ref_p,
 	    }
 	  else if (streamer_dump_file)
 	    {
-	      fprintf (streamer_dump_file,
-		       "     Streaming single tree\n", size);
+	      fprintf (streamer_dump_file, "     Streaming single tree\n");
 	    }
 
 	  /* Write size-1 SCCs without wrapping them inside SCC bundles.


                 reply	other threads:[~2020-08-22 21:30 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200822213054.20CF83861012@sourceware.org \
    --to=giulianob@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).