387-12.c: Require ia32 target instead of -m32

Message ID 20211018124451.29402-1-hjl.tools@gmail.com
State Committed
Commit 80d360fa72a6e547882dc2eca8e0e8c9723bcbf1
Headers
Series 387-12.c: Require ia32 target instead of -m32 |

Commit Message

H.J. Lu Oct. 18, 2021, 12:44 p.m. UTC
  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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Patch

diff --git a/gcc/testsuite/gcc.target/i386/387-12.c b/gcc/testsuite/gcc.target/i386/387-12.c
index 7fe50a21981..ba86536c67a 100644
--- a/gcc/testsuite/gcc.target/i386/387-12.c
+++ b/gcc/testsuite/gcc.target/i386/387-12.c
@@ -1,6 +1,6 @@ 
 /* PR target/26915 */
-/* { dg-do compile } */
-/* { dg-options "-O -m32 -mfpmath=387 -mfancy-math-387" } */
+/* { dg-do compile { target ia32 } } */
+/* { dg-options "-O -mfpmath=387 -mfancy-math-387" } */
 
 double testm0(void)
 {