From 85693eef5760523ed1f81d3b2d605385d956cb79 Mon Sep 17 00:00:00 2001 From: Jan Hubicka Date: Thu, 27 Jun 2019 12:08:12 +0000 Subject: [PATCH] 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 --- gcc/lto/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) 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. -- 2.30.2