From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0C831385DC04; Fri, 3 Apr 2020 11:05:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0C831385DC04 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1585911905; bh=7JC2dGHg2RSnTedIyNb6gpwxK95jG2pw7pqVTn3EH8w=; h=From:To:Subject:Date:In-Reply-To:References:From; b=KSXtsZShfmEJZzM6hDRPnp+XoVBm16qpOzpO3nUymGy1R8bcx56kkaYHbywJYQT+Z F/j2Hz+a9f1Njk6lVhQQj1+weW4S4pjql4OSOcioClWsEIwJbdU/ZQdykL6sroo+X+ D4VvdluFlwB2hDebH1Ll0nlttphK/bdkqwUCR7F8= From: "hjl.tools at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/94461] [10 Regression] ICE: in extract_insn, at recog.c:2294 with __builtin_ia32_pmuludq() and -mno-sse2 Date: Fri, 03 Apr 2020 11:05:04 +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: 10.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: hjl.tools at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: hjl.tools at gmail dot com X-Bugzilla-Target-Milestone: 10.0 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Apr 2020 11:05:05 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94461 --- Comment #6 from H.J. Lu --- (In reply to Uro=C5=A1 Bizjak from comment #3) > It looks to me that the fix for PR90497 is not entirely correct, because = it > allows to bypass builtins that have additional SSE* restrictions. >=20 > The following test also fails with -mmmx -msse -mno-sse2 (or -m32): >=20 > ttt.c: In function =E2=80=98foo=E2=80=99: > ttt.c:8:1: error: unrecognizable insn: > 8 | } > | ^ > Where is the test?=