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 middle-end/64971] [5 Regression] gcc.c-torture/compile/pr37433.c ICEs with -mabi=ilp32


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.li@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

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