Between r17-2065 and r17-2094, the gcc.target/i386/pr64731.c test
regressed on 32-bit Solaris/x86:
FAIL: gcc.target/i386/pr64731.c scan-assembler-not movap[sd].*[er]sp
The test needs -mno-stackrealign now.
Tested on i386-pc-solaris2.11 and x86_64-pc-linux-gnu (32 and 64-bit
each).
Committed to trunk.
Rainer
--
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University
2026-07-14 Rainer Orth <[email protected]>
gcc/testsuite:
* gcc.target/i386/pr64731.c (dg-options): Add -mno-stackrealign.
# HG changeset patch
# Parent 06b00782ac58896b599fc7ae9d422dcce956609a
testsuite: Fix gcc.target/i386/pr64731.c on 32-bit Solaris/x86
diff --git a/gcc/testsuite/gcc.target/i386/pr64731.c b/gcc/testsuite/gcc.target/i386/pr64731.c
--- a/gcc/testsuite/gcc.target/i386/pr64731.c
+++ b/gcc/testsuite/gcc.target/i386/pr64731.c
@@ -1,5 +1,5 @@
/* { dg-do compile } */
-/* { dg-options "-O2 -mno-avx" } */
+/* { dg-options "-O2 -mno-avx -mno-stackrealign" } */
typedef double double4 __attribute__((vector_size(32)));