From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 37FDD3858CD1; Fri, 8 Sep 2023 22:47:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 37FDD3858CD1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1694213242; bh=TySKX4WBu1/eo0G1ig04egTkdUXxJ0qpj+lnptMwo5o=; h=From:To:Subject:Date:In-Reply-To:References:From; b=gWrOoc2f0YbtN7gZXOM8tL9RDkuKwgUkN6+5UWqowiza/AonzMT9xasOL6pD0TMET jnom/RlcajerzeLXfth9ZH71H9NLnVtIQPYnNYs/JXgbchRhulkuMcFLN+9a2Sb9xv tee2ZuxGTREd7X6QiSA8DP3GlEbUSihrNzrzgJHg= From: "iains at gcc dot 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: Fri, 08 Sep 2023 22:47:21 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: iains at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D111350 --- Comment #5 from Iain Sandoe --- (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 >=20 > ah, it seems the vfcmulcph insn, at least, is not supported before XC14, = and > it gives the error at 14.0b3 and 14.3. It seems fixed at XC 15b7. perhaps we can add something to the "avx512fp16" target test that requires assembly of one of those insns so that the tests will be automatically unsupported for broken assemblers.=