On Fri, Feb 28, 2025 at 9:42 AM Jakub Jelinek <ja...@redhat.com> 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 specific on the test, so I've just dropped the -m32.
>
> Tested on x86_64-linux with --target_board=unix\{-m32,-m64\} , ok for trunk?
>
> 2025-02-28  Jakub Jelinek  <ja...@redhat.com>
>
>         * strub-pr118006.c: Remove -m32 from dg-options.

OK as obvious.

Thanks,
Uros.

>
> --- gcc/testsuite/gcc.target/i386/strub-pr118006.c.jj   2025-01-07 
> 10:59:19.549065238 +0100
> +++ gcc/testsuite/gcc.target/i386/strub-pr118006.c      2025-02-28 
> 09:02:55.030486552 +0100
> @@ -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) {
>
>         Jakub
>

Reply via email to