[AArch64/arm] PR testsuite/85326 Avoid C++ tests when C++ compiler not present
[official-gcc.git] / gcc / testsuite / gcc.target / aarch64 / test-framepointer-8.c
blobd0cd9ee8bed772c3396ed0a4aeb6349ff1629496
1 /* { dg-do run } */
2 /* { dg-options "-O2 -fno-omit-frame-pointer -momit-leaf-frame-pointer -fno-inline --save-temps" } */
4 #include "asm-adder-clobber-lr.c"
6 /* omit-frame-pointer is FALSE.
7 omit-leaf-frame-pointer is TRUE.
8 LR is being clobbered in the leaf.
10 Unless we are removing all frame records (which we aren't), it's
11 not OK to remove the frame record for a leaf where LR is clobbered.
12 Therefore, we expect a frame record in main and leaf. */
14 /* { dg-final { scan-assembler-times "stp\tx29, x30, \\\[sp, -\[0-9\]+\\\]!" 2 } } */