https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64971
--- Comment #17 from Renlin Li <renlin at gcc dot gnu.org> --- Author: renlin Date: Tue Aug 9 17:20:14 2016 New Revision: 239300 URL: https://gcc.gnu.org/viewcvs?rev=239300&root=gcc&view=rev Log: [PATCH][PR64971]Convert function pointer to Pmode when emit call. gcc/ 2016-08-04 Renlin Li <renlin...@arm.com> PR middle-end/64971 * calls.c (prepare_call_address): Convert funexp to Pmode when necessary. * config/aarch64/aarch64.md (sibcall): Remove fix for PR 64971. (sibcall_value): Likewise. Modified: trunk/gcc/ChangeLog trunk/gcc/calls.c trunk/gcc/config/aarch64/aarch64.md