lto-common.c: tree-pretty-print.h
authorJan Hubicka <hubicka@gcc.gnu.org>
Thu, 27 Jun 2019 12:08:12 +0000 (12:08 +0000)
committerJan Hubicka <hubicka@gcc.gnu.org>
Thu, 27 Jun 2019 12:08:12 +0000 (12:08 +0000)
* 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

gcc/lto/ChangeLog

index ad14ac6ce5c4286b516f998dc9f389d0ab10c7ef..e853f5c9827ce1a60f580ed2570c31d3baf79c8d 100644 (file)
@@ -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.