From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4453D386F425; Fri, 22 May 2020 04:07:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4453D386F425 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1590120435; bh=ma3AkbCLvH0vP7ej7KIa3m692nmHnbS7chIBjgz9iuo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=K2K5KvqM5kNdlbRa3Blwr9gxxDPpICuSewfqDl27bZHAiN20PFdHlGXUma5w5Qq1q Te1c4g/ZlmpEg5m2gB3tWguSPONKFlB9RpKRy/Lnbxu1WMbyI/IXfmzMcCbJomnGeW ha5VgsWrkl60evi9pLS4gOknWIctVQ+bdTFgLmFw= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/95267] [ICE][gcse]: in process_insert_insn at gcse.c Date: Fri, 22 May 2020 04:07:15 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Version: 7.3.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: INVALID 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_status resolution 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, 22 May 2020 04:07:15 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95267 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Status|WAITING |RESOLVED Resolution|--- |INVALID --- Comment #3 from Andrew Pinski --- The internals documentation documents this even, read: https://gcc.gnu.org/onlinedocs/gccint/RTL-Template.html#index-match_005fdup >>From that: Note that match_dup should not be used to tell the compiler that a particul= ar register is being used for two operands (example: add that adds one registe= r to another; the second register is both an input operand and the output operan= d). Use a matching constraint (see Simple Constraints) for those.=