https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77734
--- Comment #7 from John David Anglin <danglin at gcc dot gnu.org> --- Author: danglin Date: Sun Jan 21 18:15:31 2018 New Revision: 256934 URL: https://gcc.gnu.org/viewcvs?rev=256934&root=gcc&view=rev Log: PR gcc/77734 * config/pa/pa.c (pa_function_ok_for_sibcall): Use targetm.binds_local_p instead of TREE_PUBLIC to check local binding. Move TARGET_PORTABLE_RUNTIME check after TARGET_64BIT check. Modified: trunk/gcc/ChangeLog trunk/gcc/config/pa/pa.c