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


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64971

--- Comment #14 from ktkachov at gcc dot gnu.org ---
Author: ktkachov
Date: Wed Apr 20 13:38:31 2016
New Revision: 235282

URL: https://gcc.gnu.org/viewcvs?rev=235282&root=gcc&view=rev
Log:
[AArch64] Work around PR target/64971

2016-04-20  Andrew Pinski  <apinski@cavium.com>
            Kyrylo Tkachov  <kyrylo.tkachov@arm.com>

        PR target/64971
        * config/aarch64/aarch64.md (sibcall): Force call
        address to be DImode for ILP32.
        (sibcall_value): Likewise.

        * gcc.c-torture/compile/pr37433-1.c: New testcase.


Added:
    branches/gcc-6-branch/gcc/testsuite/gcc.c-torture/compile/pr37433-1.c
Modified:
    branches/gcc-6-branch/gcc/ChangeLog
    branches/gcc-6-branch/gcc/config/aarch64/aarch64.md
    branches/gcc-6-branch/gcc/testsuite/ChangeLog

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