https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67205
--- Comment #15 from Eric Botcazou <ebotcazou at gcc dot gnu.org> --- Author: ebotcazou Date: Tue Feb 21 08:42:54 2017 New Revision: 245621 URL: https://gcc.gnu.org/viewcvs?rev=245621&root=gcc&view=rev Log: PR ada/67205 * config/arm/arm.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Define. (arm_function_ok_for_sibcall): Return false for an indirect call by descriptor if all the argument registers are used. (arm_relayout_function): Use FUNCTION_ALIGNMENT macro to adjust the alignment of the function. Modified: trunk/gcc/ChangeLog trunk/gcc/config/arm/arm.c