aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto/ChangeLog
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2018-11-23 00:00:43 +0100
committerJan Hubicka <hubicka@gcc.gnu.org>2018-11-22 23:00:43 +0000
commitd7dce787ebe0df76e9811d3565ad3ce113bfee78 (patch)
treee57d69830ef043039768cda98f04fccd89675f7c /gcc/lto/ChangeLog
parent95e3eb80a8148663288821987ffab98e0b30062b (diff)
lto.c (cmp_type_location): Remove.
* lto.c (cmp_type_location): Remove. (lto_read_decls): Do not allocate odr_types. From-SVN: r266395
Diffstat (limited to 'gcc/lto/ChangeLog')
-rw-r--r--gcc/lto/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog
index 4731e3f33b9..56f8a9867a9 100644
--- a/gcc/lto/ChangeLog
+++ b/gcc/lto/ChangeLog
@@ -1,3 +1,8 @@
+2018-11-22 Jan Hubicka <jh@suse.cz>
+
+ * lto.c (cmp_type_location): Remove.
+ (lto_read_decls): Do not allocate odr_types.
+
2018-11-19 Martin Liska <mliska@suse.cz>
PR lto/88077