Re: [PATCH] testsuite: Remove -m32 from another i386/ test

2025-02-28 Thread Richard Biener
On Fri, 28 Feb 2025, Jakub Jelinek wrote: > Hi! > > 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 spe

Re: [PATCH] testsuite: Remove -m32 from another i386/ test

2025-02-28 Thread Uros Bizjak
On Fri, Feb 28, 2025 at 9:42 AM Jakub Jelinek wrote: > > Hi! > > 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 noth

[PATCH] testsuite: Remove -m32 from another i386/ test

2025-02-28 Thread Jakub Jelinek
Hi! 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. Test