projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a03000
)
Silence warning introduced by my previous change.
author
Jan Hubicka
<jh@suse.cz>
Fri, 22 May 2020 16:17:14 +0000
(18:17 +0200)
committer
Jan Hubicka
<jh@suse.cz>
Fri, 22 May 2020 16:17:14 +0000
(18:17 +0200)
* lto-streamer-out.c (DFS::DFS): Silence warning.
gcc/ChangeLog
patch
|
blob
|
history
gcc/lto-streamer-out.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 8f80df5d6d505e0fc00c1c3dcc52f92643a821e2..7a7b599ff939fe9c2724161dceed108afcc3b8da 100644
(file)
--- 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 5ff7f33bfb14cd46eae50a0443003e02e39e7c02..887a51d3eaeb5b86e91c5b33528ca488ffe2368e 100644
(file)
--- 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.