public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: FX Coudert <fxcoudert@gmail.com>
To: GCC Patches <gcc-patches@gcc.gnu.org>
Cc: haochen.jiang@intel.com
Subject: Re: [PATCH] Testsuite, i386: Mark test as requiring dfp
Date: Sun, 5 Nov 2023 21:33:22 +0100	[thread overview]
Message-ID: <721B5B98-790D-4B03-BEFB-3781613393D3@gmail.com> (raw)
In-Reply-To: <68C7C9D3-B02A-4439-82FF-F55799009DEE@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 329 bytes --]

kind ping for this easy patch


> Le 30 oct. 2023 à 15:19, FX Coudert <fxcoudert@gmail.com> a écrit :
> 
> Hi,
> 
> The test is currently failing on x86_64-apple-darwin with "decimal floating-point not supported for this target”.
> Marking the test as requiring dfp fixes the issue.
> 
> OK to push?
> 
> FX
> 

[-- Attachment #2: 0001-Testsuite-i386-Mark-test-as-requiring-dfp.patch --]
[-- Type: application/octet-stream, Size: 1042 bytes --]

From b1f4a1800405ecfd021a5c4023fbde0ff3266301 Mon Sep 17 00:00:00 2001
From: Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Date: Mon, 30 Oct 2023 15:14:42 +0100
Subject: [PATCH] Testsuite, i386: Mark test as requiring dfp

Test is currently failing on x86_64-apple-darwin with
"decimal floating-point not supported for this target".

gcc/testsuite/ChangeLog:

	* gcc.target/i386/pr111753.c: Require dfp.
---
 gcc/testsuite/gcc.target/i386/pr111753.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/i386/pr111753.c b/gcc/testsuite/gcc.target/i386/pr111753.c
index 16ceca6ddc6..c2e04d199ab 100644
--- a/gcc/testsuite/gcc.target/i386/pr111753.c
+++ b/gcc/testsuite/gcc.target/i386/pr111753.c
@@ -1,4 +1,4 @@
-/* { dg-do compile { target { ! ia32 } } } */
+/* { dg-do compile { target { dfp && { ! ia32 } } } } */
 /* { dg-options "-O2 -mavx512bw -fno-tree-ter -Wno-div-by-zero" } */
 
 typedef int __attribute__((__vector_size__ (8))) v64u8;
-- 
2.39.3 (Apple Git-145)


  reply	other threads:[~2023-11-05 20:33 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-30 14:19 FX Coudert
2023-11-05 20:33 ` FX Coudert [this message]
2023-11-05 20:36   ` Iain Sandoe
2023-11-05 20:59   ` Mike Stump
2023-12-11  8:36 [PATCH] Testsuite, i386: mark " FX Coudert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=721B5B98-790D-4B03-BEFB-3781613393D3@gmail.com \
    --to=fxcoudert@gmail.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=haochen.jiang@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).