]> git.ipfire.org Git - thirdparty/gcc.git/commit
387-12.c: Require ia32 target instead of -m32
authorH.J. Lu <hjl.tools@gmail.com>
Mon, 18 Oct 2021 12:39:53 +0000 (05:39 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 18 Oct 2021 12:39:53 +0000 (05:39 -0700)
commit80d360fa72a6e547882dc2eca8e0e8c9723bcbf1
tree3e015777b09acb2a32f496a5f9b88bca6e6c0b67
parent247c407c83f0015f4b92d5f71e45b63192f6757e
387-12.c: Require ia32 target instead of -m32

On x86-64,

$ make check RUNTESTFLAGS="--target_board='unix{-m32,}'"

can be used to test both 64-bit and 32-bit targets.  Require ia32 target
instead of explicit -m32 for 32-bit only test.

* gcc.target/i386/387-12.c (dg-do compile): Require ia32.
(dg-options): Remove -m32.
gcc/testsuite/gcc.target/i386/387-12.c