From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AADC7382EF09; Thu, 24 Nov 2022 19:35:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AADC7382EF09 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1669318546; bh=zlL5LH8/iD56P13yBexGhUWxfh0RdlOYuSHo41tbQ64=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ZBJ4blIhizr9Aj9RHLpUnlLTaECkJfwd9YxxSKnTqBVtZFl2jry/QFpy7HRymaK5e +OM51+54+uvkz8fW7nM8mPYRXwZMh2FRMHoU4skEw0bmbE01fc1/Chu3GOHtutoxqT mJc5QUwIgda49EMA17w/D16F60Vwsd7hqe/gh2cg= From: "pinskia at gcc dot gnu.org" 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: Thu, 24 Nov 2022 19:35:46 +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: pinskia at gcc dot gnu.org 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: keywords 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 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |FIXME --- Comment #2 from Andrew Pinski --- >From i386-builtin-types.def: # ??? Logically this should be intQI_type_node, but that maps to "signed ch= ar" # which is a different type than "char" even if "char" is signed. This must # match the usage in emmintrin.h and changing this would change name mangli= ng # and so is not advisable. DEF_PRIMITIVE_TYPE (QI, char_type_node)=