public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-6522] aarch64: testsuite: disable stack protector for pr104005.c
@ 2023-03-07 7:38 Xi Ruoyao
0 siblings, 0 replies; only message in thread
From: Xi Ruoyao @ 2023-03-07 7:38 UTC (permalink / raw)
To: gcc-cvs
https://gcc.gnu.org/g:5937cfb981debb2aeb72a1ed255fc3ed5a5835c4
commit r13-6522-g5937cfb981debb2aeb72a1ed255fc3ed5a5835c4
Author: Xi Ruoyao <xry111@xry111.site>
Date: Sat Sep 24 14:50:03 2022 +0800
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.
Diff:
---
gcc/testsuite/gcc.target/aarch64/pr104005.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gcc/testsuite/gcc.target/aarch64/pr104005.c b/gcc/testsuite/gcc.target/aarch64/pr104005.c
index 09dd81910eb..9f1ef2dc308 100644
--- a/gcc/testsuite/gcc.target/aarch64/pr104005.c
+++ b/gcc/testsuite/gcc.target/aarch64/pr104005.c
@@ -1,4 +1,4 @@
-/* { dg-options "-O2 -funroll-loops" } */
+/* { dg-options "-O2 -funroll-loops -fno-stack-protector" } */
typedef int v2 __attribute__((vector_size(8)));
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-03-07 7:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-07 7:38 [gcc r13-6522] aarch64: testsuite: disable stack protector for pr104005.c Xi Ruoyao
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).