aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJan Hubicka <hubicka@gcc.gnu.org>2019-06-27 12:08:12 +0000
committerJan Hubicka <hubicka@gcc.gnu.org>2019-06-27 12:08:12 +0000
commit85693eef5760523ed1f81d3b2d605385d956cb79 (patch)
treebf7cdc1bccf4af0a56d9b82d57be4b7700ca2a85 /gcc
parenta0276c00934da47fa511aa52e1973b68ffd8b2ab (diff)
downloadgcc-85693eef5760523ed1f81d3b2d605385d956cb79.zip
gcc-85693eef5760523ed1f81d3b2d605385d956cb79.tar.gz
gcc-85693eef5760523ed1f81d3b2d605385d956cb79.tar.bz2
lto-common.c: tree-pretty-print.h
* lto-common.c: tree-pretty-print.h (type_streaming_finished): New static var. (gimple_register_canonical_type_1): Return updated hash; handle ODR types. (iterative_hash_canonical_type): Update use of gimple_register_canonical_type_1. From-SVN: r272750
Diffstat (limited to 'gcc')
-rw-r--r--gcc/lto/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog
index ad14ac6..e853f5c 100644
--- a/gcc/lto/ChangeLog
+++ b/gcc/lto/ChangeLog
@@ -1,3 +1,12 @@
+2019-06-27 Jan Hubicka <jh@suse.cz>
+
+ * lto-common.c: tree-pretty-print.h
+ (type_streaming_finished): New static var.
+ (gimple_register_canonical_type_1): Return updated hash; handle ODR
+ types.
+ (iterative_hash_canonical_type): Update use of
+ gimple_register_canonical_type_1.
+
2019-06-27 Martin Liska <mliska@suse.cz>
* lto-dump.c (struct symbol_entry): Add default dtor.