aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto/ChangeLog
diff options
context:
space:
mode:
authorJan Hubicka <hubicka@ucw.cz>2019-07-18 13:08:34 +0000
committerJan Hubicka <hubicka@ucw.cz>2019-07-18 13:08:34 +0000
commitee7da12722e57ff4c8ba61673ca097c1918e1f00 (patch)
treec3b88991d6d9777e8b430b6e22e4e6b621e177af /gcc/lto/ChangeLog
parent9dd562412181d522eb94f64770cc8302ed895f25 (diff)
* lto-common.c (gimple_register_canonical_type_1): Do not look for
non-ODR conflicts of types in anonymous namespaces. (unify_scc): Do not merge anonymous namespace types. * g++.dg/lto/alias-5_0.C: New testcase. * g++.dg/lto/alias-5_1.C: New. * g++.dg/lto/alias-5_2.c: New. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@273571 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/lto/ChangeLog')
-rw-r--r--gcc/lto/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog
index 83d166d94a4..22e7739d3d7 100644
--- a/gcc/lto/ChangeLog
+++ b/gcc/lto/ChangeLog
@@ -1,3 +1,9 @@
+2019-07-18 Jan Hubicka <hubicka@ucw.cz>
+
+ * lto-common.c (gimple_register_canonical_type_1): Do not look for
+ non-ODR conflicts of types in anonymous namespaces.
+ (unify_scc): Do not merge anonymous namespace types.
+
2019-07-09 Martin Sebor <msebor@redhat.com>
PR c++/61339