From: pinskia Date: Thu, 20 Nov 2014 17:14:09 +0000 (+0000) Subject: 2014-11-20 Andrew Pinski X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=126be8f9f89e17ae9a145993fcc25a01232e24c8;p=thirdparty%2Fgcc.git 2014-11-20 Andrew Pinski PR ipa/63981 PR ipa/63982 * ipa-polymorphic-call.c (possible_placement_new): Use POINTER_SIZE instead of GET_MODE_BITSIZE (Pmode). (ipa_polymorphic_call_context::restrict_to_inner_class): Likewise. (extr_type_from_vtbl_ptr_store): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@217889 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 48b4f5370ac8..537fa882631c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,6 +1,7 @@ 2014-11-20 Andrew Pinski PR ipa/63981 + PR ipa/63982 * ipa-polymorphic-call.c (possible_placement_new): Use POINTER_SIZE instead of GET_MODE_BITSIZE (Pmode). (ipa_polymorphic_call_context::restrict_to_inner_class): Likewise.