From bea887908adaba4909b4242fb4bf8621885fa30d Mon Sep 17 00:00:00 2001 From: Jan Hubicka Date: Fri, 3 Oct 2014 22:34:47 +0000 Subject: [PATCH] ipa-polymorphic-call.c (decl_maybe_in_construction_p): Be ready for BASE and OUTER_TYPE being NULL. * ipa-polymorphic-call.c (decl_maybe_in_construction_p): Be ready for BASE and OUTER_TYPE being NULL. (ipa_polymorphic_call_context::possible_dynamic_type_change): Add in_poly_cdtor parameter. From-SVN: r215881 --- gcc/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 04991981f45..23f3d231fcf 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -51,6 +51,11 @@ (ipa_polymorphic_call_context::possible_dynamic_type_change): Add IN_POLY_CDOTR argument. + * ipa-polymorphic-call.c (decl_maybe_in_construction_p): Be ready + for BASE and OUTER_TYPE being NULL. + (ipa_polymorphic_call_context::possible_dynamic_type_change): Add + in_poly_cdtor parameter. + 2014-10-03 Jakub Jelinek * config/i386/i386.c (ix86_expand_vec_perm_vpermi2): Fix up formatting. -- 2.30.2