From: Jan Hubicka Date: Thu, 27 Jun 2019 12:08:12 +0000 (+0000) Subject: lto-common.c: tree-pretty-print.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=85693eef5760523ed1f81d3b2d605385d956cb79;p=gcc.git 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 --- diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog index ad14ac6ce5c..e853f5c9827 100644 --- a/gcc/lto/ChangeLog +++ b/gcc/lto/ChangeLog @@ -1,3 +1,12 @@ +2019-06-27 Jan Hubicka + + * 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 * lto-dump.c (struct symbol_entry): Add default dtor.