aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 006493b..ac14805 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,12 @@
2016-01-15 Jan Hubicka <hubicka@ucw.cz>
+ PR ipa/68148
+ * ipa-icf.c (sem_function::merge): Virtual functions may become
+ reachable even if they address is not taken and there are no
+ idrect calls.
+
+2016-01-15 Jan Hubicka <hubicka@ucw.cz>
+
* lto-streamer-out.c (subtract_estimated_size): New function.
(get_symbol_initial_value): Use it.