From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B905C3852C4F; Tue, 29 Nov 2022 08:59:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B905C3852C4F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1669712362; bh=IOX6Qw5iD5hNF5nNz3ZOcXMRgNjgaPl9WEgWHLKQ4bY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=fg5xXXdA9I53hUhAhQSNivawu1Dqw54D42O9ChflHO8mc3OmjTXAubIUbdXYacgZ/ 28BQWjlhz4FypxxwK4eg7sHBz6Fu79vqe+JycUSlj9KwgaT2rg6lok8uIVefdzAzJe dsyB0LaR2UZOQgUl23hQlatbJPmWoIBQpCnCWHNg= From: "kevin.bracey at alifsemi dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/107515] MVE: Generic functions do not accept _Float16 scalars Date: Tue, 29 Nov 2022 08:59:22 +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: 12.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: kevin.bracey at alifsemi dot com X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: stammark 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=3D107515 --- Comment #6 from Kevin Bracey --- Retesting the Godbolt on trunk, it's now worse - every line produces multip= le not-very-informative errors: source>:7:9: error: '_Generic' specifies two compatible types 7 | x =3D vmulq(x, 0.5); // ok | ^~~~~ :7:9: note: compatible type is here 7 | x =3D vmulq(x, 0.5); // ok | ^~~~~ (repeated 6 times per source line)=