]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
testsuite: Remove -m32 from gcc.target/i386 test [PR122021]
authorJakub Jelinek <jakub@redhat.com>
Mon, 20 Apr 2026 07:53:38 +0000 (09:53 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 20 Apr 2026 07:57:20 +0000 (09:57 +0200)
I found another test which uses -m32 in gcc.target/i386/ .  Similarly
to the previously fixed tests, 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.
See also r13-143, r13-6846, r15-7748 and r15-7749 for similar changes in the
past.

2026-04-20  Jakub Jelinek  <jakub@redhat.com>

PR middle-end/122021
* gcc.target/i386/pr122021-0.c: Remove -m32 from dg-options.

gcc/testsuite/gcc.target/i386/pr122021-0.c

index de17734523cd7581a6b83215f61065d7bff9c8ef..8465fc200eeff330dc8e391a5b2f84a3de9bfd45 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do run } */
-/* { dg-options "-O2 -m32" } */
+/* { dg-options "-O2" } */
 
 #include <stddef.h>
 #include <stdint.h>