From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 26CE93889E1D; Fri, 25 Nov 2022 02:26:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 26CE93889E1D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1669343204; bh=dAvqAdsdCahOtbA0rSyZn1joSEVcfI6bTKk/ha+ywgg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=N3f4qtoDdBGiwDCW+9GBUdCxI4wEXbjleBiXsWsQ9MBC0eFllWnx7gxva57bOGqhx 3eOcdS6RMHlN6QWIFBUKr/9nHZ+TCfCrV1iKsIRbBe21GmxbOHCatj9iValV6BDV20 9eqyQxg4VWKfvRx27NZbNznu2HoqSzXcu9VYCcyk= From: "crazylht at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/107863] [10/11/12/13 Regression] ICE with unrecognizable insn when using -funsigned-char with some SSE/AVX builtins Date: Fri, 25 Nov 2022 02:26:42 +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.1 X-Bugzilla-Keywords: FIXME, ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: crazylht at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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=3D107863 Hongtao.liu changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hjl.tools at gmail dot com --- Comment #4 from Hongtao.liu --- Git blame show it start from -----cut from git blame-------- Richard Henderson 2009-11-26 10:39 i386-builtin-types.awk(DEF_VCETOR_TYPE): Allow an optinal 3rd argument to define the mode -------cut end------------- Intrinsics are inlines, and usally mapping to one or serverl instructions w= hich are not related to name mangling. HJ do you know why?=