]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* ipa-polymorphic-call.c (decl_maybe_in_construction_p): Be ready
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 3 Oct 2014 22:34:47 +0000 (22:34 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 3 Oct 2014 22:34:47 +0000 (22:34 +0000)
for BASE and OUTER_TYPE being NULL.
(ipa_polymorphic_call_context::possible_dynamic_type_change): Add
in_poly_cdtor parameter.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@215881 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog

index 04991981f4570d6fb3d22cbf7f599c4bb5de5dd1..23f3d231fcf14711cd64c30817a0638c3309d52f 100644 (file)
        (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  <jakub@redhat.com>
 
        * config/i386/i386.c (ix86_expand_vec_perm_vpermi2): Fix up formatting.