public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "iains at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/111350] gcc.target/i386/avx512fp16-vfcmulcph-1b.c and friends fail on x86_64-apple-darwin21
Date: Sat, 09 Sep 2023 09:39:08 +0000	[thread overview]
Message-ID: <bug-111350-4-jyJigAzuIS@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-111350-4@http.gcc.gnu.org/bugzilla/>

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111350

Iain Sandoe <iains at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2023-09-09

--- Comment #7 from Iain Sandoe <iains at gcc dot gnu.org> ---
(In reply to Iain Sandoe from comment #6)
> (In reply to Iain Sandoe from comment #5)
> > (In reply to Iain Sandoe from comment #4)
> > > (In reply to Francois-Xavier Coudert from comment #3)
> > > > Clang: 14.0.0 build 1400
> > > > CLT: 14.2.0.0.1.1668646533

> maybe something like this (untested because 15b7 is only supported on
> macOS13 and my avx512 box has an earlier install)
> 
> diff --git a/gcc/testsuite/lib/target-supports.exp
> b/gcc/testsuite/lib/target-supports.exp
> index 0ea8bcb24e1..2d74f62e887 100644
> --- a/gcc/testsuite/lib/target-supports.exp
> +++ b/gcc/testsuite/lib/target-supports.exp
> @@ -9776,6 +9776,7 @@ proc check_effective_target_avx512fp16 { } {
>         void foo (void)
>         {
>           asm volatile ("vmovw %edi, %xmm0");
> +         asm volatile ("vfcmulcph %xmm1, %xmm2, %xmm3");
>         }
>      } "-O2 -mavx512fp16" ]
>  }

hmm not enough it needs:
+         asm volatile ("vfcmulcph %xmm1, %xmm2, %xmm3{%k1}");
to fail on XC14 and pass on XC15

      parent reply	other threads:[~2023-09-09  9:39 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-08 22:24 [Bug target/111350] New: " fxcoudert at gcc dot gnu.org
2023-09-08 22:29 ` [Bug target/111350] " pinskia at gcc dot gnu.org
2023-09-08 22:32 ` iains at gcc dot gnu.org
2023-09-08 22:33 ` fxcoudert at gcc dot gnu.org
2023-09-08 22:41 ` iains at gcc dot gnu.org
2023-09-08 22:47 ` iains at gcc dot gnu.org
2023-09-09  9:35 ` iains at gcc dot gnu.org
2023-09-09  9:39 ` iains at gcc dot gnu.org [this message]

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=bug-111350-4-jyJigAzuIS@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /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).