From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 37BE73858D33; Mon, 12 Jun 2023 07:58:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 37BE73858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1686556687; bh=ysk+THnneOavZH7T2Lz9k09wFjSltUC1a3tYj2JkErE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=vjsZLa74UQknYY1C6Ofp3tgnl29JmcKq9bbHXulHqaLqgrU3kWzNHb+l6am96F4m8 bJy88fxrr7R8wFkxBQthA5gArpFL1l+VFszpG/5ZTI2unLSynp6/H5l+/l75f9RFcg KGWguQeKfMuMJxU092GzwaRVgprhQCiAJKZhO0jA= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug d/110193] d_signed_or_unsigned_type is invoked for vector types Date: Mon, 12 Jun 2023 07:58:06 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: d X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ibuclaw at gdcproject dot 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=3D110193 --- Comment #5 from Richard Biener --- I noticed this by instrumenting TYPE_PRECISION and ICEing when applied on VECTOR_TYPEs.=