From: Jakub Jelinek Date: Mon, 20 Apr 2026 07:53:38 +0000 (+0200) Subject: testsuite: Remove -m32 from gcc.target/i386 test [PR122021] X-Git-Tag: basepoints/gcc-17~44 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=52f9ba6f33514cefa4b4de67b570b03531bbfef7;p=thirdparty%2Fgcc.git testsuite: Remove -m32 from gcc.target/i386 test [PR122021] 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 PR middle-end/122021 * gcc.target/i386/pr122021-0.c: Remove -m32 from dg-options. --- diff --git a/gcc/testsuite/gcc.target/i386/pr122021-0.c b/gcc/testsuite/gcc.target/i386/pr122021-0.c index de17734523c..8465fc200ee 100644 --- a/gcc/testsuite/gcc.target/i386/pr122021-0.c +++ b/gcc/testsuite/gcc.target/i386/pr122021-0.c @@ -1,5 +1,5 @@ /* { dg-do run } */ -/* { dg-options "-O2 -m32" } */ +/* { dg-options "-O2" } */ #include #include