aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/avr/avr.c
diff options
context:
space:
mode:
authorAlexandre Oliva <oliva@adacore.com>2021-04-28 14:07:43 -0300
committerAlexandre Oliva <oliva@gnu.org>2021-04-28 14:08:48 -0300
commitda4a0817beb506bc1c05d85e783ba6ffd079a194 (patch)
tree1c1918d0a1afda8d6f6095453f3aefb58961e4d0 /gcc/config/avr/avr.c
parent16683cefc636636ba6fed23fe0de89ed19bc7876 (diff)
downloadgcc-da4a0817beb506bc1c05d85e783ba6ffd079a194.zip
gcc-da4a0817beb506bc1c05d85e783ba6ffd079a194.tar.gz
gcc-da4a0817beb506bc1c05d85e783ba6ffd079a194.tar.bz2
omit frame pointer in pr89676
This i386 test expects only two movl instructions. In configurations that --enable-frame-pointer, -O2 won't implicitly enable -fomit-frame-pointer, so we end up with a third movl to set up the frame pointer. This patch enables -fomit-frame-pointer explicitly, so that the result no longer depends on that configuration option. for gcc/testsuite/ChangeLog * gcc.target/i386/pr89676.c: Add -fomit-frame-pointer.
Diffstat (limited to 'gcc/config/avr/avr.c')
0 files changed, 0 insertions, 0 deletions