This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/63981] [5 Regression] some C++ tests fail with -mabi=ilp32 on aarch64 (with -O2 and above)


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63981

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Author: pinskia
Date: Thu Nov 20 17:12:02 2014
New Revision: 217888

URL: https://gcc.gnu.org/viewcvs?rev=217888&root=gcc&view=rev
Log:
2014-11-20  Andrew Pinski  <apinski@cavium.com>

        PR ipa/63981
        * 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.



Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/ipa-polymorphic-call.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]