From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DAFA33857C45; Tue, 21 Jul 2020 20:34:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DAFA33857C45 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1595363647; bh=br00GKaUxXJ0Gnab7F2xXJ+GNOgkmal2HtERhUPi4m8=; h=From:To:Subject:Date:From; b=WReT5X/pjVGDezlfREtS1//f9byJTmzp12kAFPDmn8IViuJU+2GHHVhE9VGVutluP R6ITRPm7G0l8eZoNywphlM+rjqSzefX0G+l+kgtbGooAY0Gk+lI78wIeIwCUpVZIx4 FBSvH6lUzKntsX5ewSK2UUVoSDB7Vynxp6Mw9zkE= From: "dcb314 at hotmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/96273] New: ice in extract_insn, at recog.c:2294, unrecognizable insn: Date: Tue, 21 Jul 2020 20:34:07 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 11.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dcb314 at hotmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone attachments.created Message-ID: 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: Tue, 21 Jul 2020 20:34:08 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D96273 Bug ID: 96273 Summary: ice in extract_insn, at recog.c:2294, unrecognizable insn: Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: dcb314 at hotmail dot com Target Milestone: --- Created attachment 48911 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D48911&action=3Dedit gzipped C++ source code The attached C++ code does this with today's gcc trunk: splat.cpp:1637:1: error: unrecognizable insn: (insn 1137 1136 1138 163 (set (mem/v:BLK (scratch:DI) [0 A8]) (unspec:BLK [ (mem/v:BLK (scratch:DI) [0 A8]) ] UNSPEC_MFENCE)) -1 (nil)) during RTL pass: vregs splat.cpp:1637:1: internal compiler error: in extract_insn, at recog.c:2294 0xef8b46 _fatal_insn(char const*, rtx_def const*, char const*, int, char const*) ../../trunk.git/gcc/rtl-error.c:108 0xef8b6b _fatal_insn_not_found(rtx_def const*, char const*, int, char const= *) ../../trunk.git/gcc/rtl-error.c:116 0xebf423 extract_insn(rtx_insn*) ../../trunk.git/gcc/recog.c:2294 Flags -O3 -march=3Dnative required. native is Piledriver. I'll have a go at reducing the code. This code used to work at date 20200719, so someone has broken something in the last day or two.=