public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-4476] 387-12.c: Require ia32 target instead of -m32
@ 2021-10-18 12:45 H.J. Lu
  0 siblings, 0 replies; only message in thread
From: H.J. Lu @ 2021-10-18 12:45 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:80d360fa72a6e547882dc2eca8e0e8c9723bcbf1

commit r12-4476-g80d360fa72a6e547882dc2eca8e0e8c9723bcbf1
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Mon Oct 18 05:39:53 2021 -0700

    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.

Diff:
---
 gcc/testsuite/gcc.target/i386/387-12.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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)
 {


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-18 12:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-18 12:45 [gcc r12-4476] 387-12.c: Require ia32 target instead of -m32 H.J. Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).