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.
This commit is contained in:
Xi Ruoyao 2022-09-24 14:50:03 +08:00
parent 4c59cfc4a4
commit 5937cfb981
No known key found for this signature in database
GPG key ID: ACAAD20E19E710E3

View file

@ -1,4 +1,4 @@
/* { dg-options "-O2 -funroll-loops" } */
/* { dg-options "-O2 -funroll-loops -fno-stack-protector" } */
typedef int v2 __attribute__((vector_size(8)));