summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 5938dc16c7a..4494d624f32 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,13 @@
2015-10-23 Jan Hubicka <hubicka@ucw.cz>
+ PR ipa/pr67600
+ * ipa-polymorphic-call.c
+ (ipa_polymorphic_call_context::get_dynamic_type): Do not confuse
+ instance offset with offset of outer type.
+ * g++.dg/torture/pr67600.C: New testcase.
+
+2015-10-23 Jan Hubicka <hubicka@ucw.cz>
+
* fold-const.c (operand_equal_p): Handle VIEW_CONVERT_EXPR.
2015-10-23 Caroline Tice <cmtice@google.com>