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

--- Comment #1 from Wilco <wilco at gcc dot gnu.org> ---
Author: wilco
Date: Fri Nov  3 16:29:47 2017
New Revision: 254384

URL: https://gcc.gnu.org/viewcvs?rev=254384&root=gcc&view=rev
Log:
Fix PR82768

Forcing LR at the bottom of the frame caused a few test failures.
Since there are some cases that generate worse code, revert this
part, and the frame tests pass again.

    gcc/
        PR target/82786
        * config/aarch64/aarch64.c (aarch64_layout_frame):
        Undo forcing of LR at bottom of frame.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/aarch64/aarch64.c

Reply via email to