diff options
author | Martin Liska <mliska@suse.cz> | 2018-04-18 22:08:44 +0200 |
---|---|---|
committer | Martin Liska <marxin@gcc.gnu.org> | 2018-04-18 20:08:44 +0000 |
commit | af5975362b21c2a1268aac5b02545de482a2cc7c (patch) | |
tree | 0cf3eaf62eae18fa7fecb4e5c9bc4e81c28ea5a5 /gcc/lto/ChangeLog | |
parent | 3c674e3e41e8b983161b3af788f1ab09e163808d (diff) | |
download | gcc-af5975362b21c2a1268aac5b02545de482a2cc7c.zip gcc-af5975362b21c2a1268aac5b02545de482a2cc7c.tar.gz gcc-af5975362b21c2a1268aac5b02545de482a2cc7c.tar.bz2 |
Make Wodr warnings stable.
2018-04-18 Martin Liska <mliska@suse.cz>
PR ipa/83983
PR ipa/85391
* lto.c (cmp_type_location): New function.
(lto_read_decls): First collect all types, then
sort them according by location before register_odr_type
is called.
2018-04-18 Martin Liska <mliska@suse.cz>
PR ipa/83983
PR ipa/85391
* g++.dg/lto/pr83121_1.C (struct Environment): Adjust expected
output.
From-SVN: r259479
Diffstat (limited to 'gcc/lto/ChangeLog')
-rw-r--r-- | gcc/lto/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog index fc0ecb7..3df8fe8 100644 --- a/gcc/lto/ChangeLog +++ b/gcc/lto/ChangeLog @@ -1,3 +1,12 @@ +2018-04-18 Martin Liska <mliska@suse.cz> + + PR ipa/83983 + PR ipa/85391 + * lto.c (cmp_type_location): New function. + (lto_read_decls): First collect all types, then + sort them according by location before register_odr_type + is called. + 2018-04-18 Jan Hubicka <jh@suse.cz> Martin Liska <mliska@suse.cz> |