]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
testsuite: Remove -m32 from another i386/ test
authorJakub Jelinek <jakub@redhat.com>
Fri, 28 Feb 2025 09:13:57 +0000 (10:13 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 28 Feb 2025 09:15:05 +0000 (10:15 +0100)
I found another test which uses -m32 in gcc.target/i386/ .  Similarly
to the previously posted test, the test ought to be tested during i686-linux
testing or x86_64-linux test with --target_board=unix\{-m32,-m64\}
There is nothing ia32 specific on the test, so I've just dropped the -m32.

2025-02-28  Jakub Jelinek  <jakub@redhat.com>

* gcc.target/i386/strub-pr118006.c: Remove -m32 from dg-options.

gcc/testsuite/gcc.target/i386/strub-pr118006.c

index 6337ce10df31fcd430e29f28a0955bda5c3bb890..f1167906629c1e82b16663fd9b2022618fd8207d 100644 (file)
@@ -1,6 +1,6 @@
 /* { dg-require-effective-target strub } */
 /* { dg-do compile } */
-/* { dg-options "-fstrub=all -O2 -m32 -mno-accumulate-outgoing-args" } */
+/* { dg-options "-fstrub=all -O2 -mno-accumulate-outgoing-args" } */
 
 __attribute__((noipa))
 long _raw_syscall(void *, long, long) {