Re: [COMMITTED][AArch64] Fix frame tests

2017-11-17 Thread Ramana Radhakrishnan
Why do we need fno-omit-frame-pointer on aarch64 ? Ramana From: James Greenhalgh Sent: Friday, 17 November, 22:02 Subject: Re: [COMMITTED][AArch64] Fix frame tests To: Wilco Dijkstra Cc: GCC Patches, nd, Richard Earnshaw, Marcus Shawcroft, Ramana Radhakrishnan On Thu, Nov 16, 2017 at 11:34

Re: [COMMITTED][AArch64] Fix frame tests

2017-11-17 Thread James Greenhalgh
On Thu, Nov 16, 2017 at 11:34:46AM +, Wilco Dijkstra wrote: > Improve the AArch64 frame tests - add -f(no-)omit-frame-pointer, > update checks and add missing tests. As a result all tests now > pass. > > Committed as obvious. Some of these are far from obvious... Even if they were obvious to

[COMMITTED][AArch64] Fix frame tests

2017-11-16 Thread Wilco Dijkstra
Improve the AArch64 frame tests - add -f(no-)omit-frame-pointer, update checks and add missing tests. As a result all tests now pass. Committed as obvious. ChangeLog: 2017-11-16 Wilco Dijkstra * gcc.target/aarch64/lr_free_2.c: Fix test. * gcc.target/aarch64/spill_1.c: Likewis