re PR target/63981 (some C++ tests fail with -mabi=ilp32 on aarch64 (with -O2 and...
authorAndrew Pinski <pinskia@gcc.gnu.org>
Thu, 20 Nov 2014 17:14:09 +0000 (09:14 -0800)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Thu, 20 Nov 2014 17:14:09 +0000 (09:14 -0800)
commitea6a433c6cc3875e03f0aa2bdfe7afdcb7a90083
tree9e316b4963edf977cd1e4c47d4eb6d98cc176b65
parentb30df7b6cb9796793fe9f6566c859388a87eb0fd
re PR target/63981 (some C++ tests fail with -mabi=ilp32 on aarch64 (with -O2 and above))

2014-11-20  Andrew Pinski  <apinski@cavium.com>

        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.

From-SVN: r217889
gcc/ChangeLog