diff options
author | Andrew Pinski <pinskia@gcc.gnu.org> | 2014-11-20 09:14:09 -0800 |
---|---|---|
committer | Andrew Pinski <pinskia@gcc.gnu.org> | 2014-11-20 09:14:09 -0800 |
commit | ea6a433c6cc3875e03f0aa2bdfe7afdcb7a90083 (patch) | |
tree | 9e316b4963edf977cd1e4c47d4eb6d98cc176b65 /gcc | |
parent | b30df7b6cb9796793fe9f6566c859388a87eb0fd (diff) | |
download | gcc-ea6a433c6cc3875e03f0aa2bdfe7afdcb7a90083.zip gcc-ea6a433c6cc3875e03f0aa2bdfe7afdcb7a90083.tar.gz gcc-ea6a433c6cc3875e03f0aa2bdfe7afdcb7a90083.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 48b4f53..537fa88 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,6 +1,7 @@ 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. |