re PR c++/82768 (ICE in synthesize_implicit_template_parm, at cp/parser.c:39338)
commit33a2e348a58a51101f0cce11f87ff693f09e0bea
authorWilco Dijkstra <wdijkstr@arm.com>
Fri, 3 Nov 2017 16:29:47 +0000 (3 16:29 +0000)
committerWilco Dijkstra <wilco@gcc.gnu.org>
Fri, 3 Nov 2017 16:29:47 +0000 (3 16:29 +0000)
tree0ab3442ba044f43cbb21396bf9974a56f8b278a5
parent2965f1274ce3c4a4af6f8183e4c20532a6d8d21a
re PR c++/82768 (ICE in synthesize_implicit_template_parm, at cp/parser.c:39338)

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.

From-SVN: r254384
gcc/ChangeLog
gcc/config/aarch64/aarch64.c