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 testsuite/77734] FAIL: gcc.dg/plugin/must-tail-call-1.c -fplugin=./must_tail_call_plugin.so (test for excess errors)


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

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