aarch64: testsuite: disable stack protector for pr104005.c
authorXi Ruoyao <xry111@xry111.site>
Sat, 24 Sep 2022 06:50:03 +0000 (14:50 +0800)
committerXi Ruoyao <xry111@xry111.site>
Tue, 7 Mar 2023 07:37:01 +0000 (15:37 +0800)
commit5937cfb981debb2aeb72a1ed255fc3ed5a5835c4
treeb602f244f528676872970471f2391d7749187a32
parent4c59cfc4a4da579d60bfd82404e3ff51c72aca79
aarch64: testsuite: disable stack protector for pr104005.c

Storing stack guarding variable need one stp instruction, breaking the
scan-assembler-not pattern in the test.  Disable stack protector to
avoid a test failure with --enable-default-ssp.

gcc/testsuite/ChangeLog:

* gcc.target/aarch64/pr104005.c (dg-options): Add
-fno-stack-protector.
gcc/testsuite/gcc.target/aarch64/pr104005.c