diff options
author | Jakub Jelinek <jakub@redhat.com> | 2025-02-28 10:13:57 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2025-02-28 10:15:05 +0100 |
commit | 616d1bd1ae28bb7617a21eb9d118e2bbeb01a409 (patch) | |
tree | 0923eecaf7ad009b918a1865dd39802dc920fb22 | |
parent | 146cb828ef0fd6ceb8087ebbb0f792abd615283f (diff) | |
download | gcc-616d1bd1ae28bb7617a21eb9d118e2bbeb01a409.zip gcc-616d1bd1ae28bb7617a21eb9d118e2bbeb01a409.tar.gz gcc-616d1bd1ae28bb7617a21eb9d118e2bbeb01a409.tar.bz2 |
testsuite: Remove -m32 from another i386/ test
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.
-rw-r--r-- | gcc/testsuite/gcc.target/i386/strub-pr118006.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.target/i386/strub-pr118006.c b/gcc/testsuite/gcc.target/i386/strub-pr118006.c index 6337ce1..f116790 100644 --- a/gcc/testsuite/gcc.target/i386/strub-pr118006.c +++ b/gcc/testsuite/gcc.target/i386/strub-pr118006.c @@ -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) { |