summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2020-05-22 16:31:21 +0200
committerJan Hubicka <jh@suse.cz>2020-05-22 16:31:21 +0200
commit098ba49c7cd4d3f6202b6472aec8c33b68bbada7 (patch)
tree0382ca0a37efe2191fc1669ce84398a81224ada3 /gcc/ChangeLog
parent0896cc4276b6c2460203e6e1c5749d533ef77ce9 (diff)
Add debug dump for integer_cst streaming.
* tree-streamer-out.c (streamer_write_integer_cst): Add debug dump.
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 48a9a5f9701..b0199510aed 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -8,6 +8,7 @@
(lto_output_tree): Improve dumping; do not stream ref when not needed.
(produce_asm_for_decls): Fix whitespace.
* tree-streamer-out.c (streamer_write_tree_header): Add dump.
+ * tree-streamer-out.c (streamer_write_integer_cst): Add debug dump.
2020-05-22 Hongtao.liu <hongtao.liu@intel.com>