From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 35153389817F; Fri, 16 Dec 2022 08:30:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 35153389817F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1671179439; bh=LsPLJnf0N1XG0ifbydhguoT6IH9ZbWPkkILkIvFLl/o=; h=From:To:Subject:Date:In-Reply-To:References:From; b=sz2Y9vsg4/qXmVdPJJ2ZtgfS9g1IgZYLWtvyRcaG1nwBnsLPYzmmBEjHPH+gzEnoN rdsW/CBojIwXA55CEF2iH266QRaWMv30nZso7w+67hHAIRozppPaCB093Ldu4RiZVh XsWhLZM8fjLHM/k1A1Y5xnRw849ZoY3ekzpVwiDE= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/108086] internal compiler error: in set_accesses, at rtl-ssa/internals.inl:449 Date: Fri, 16 Dec 2022 08:30:22 +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: 12.2.0 X-Bugzilla-Keywords: compile-time-hog, needs-reduction X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit 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: --- 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D108086 --- Comment #10 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:711e0acdbb2645f5a8aa89014488c24e89ccb0f7 commit r13-4738-g711e0acdbb2645f5a8aa89014488c24e89ccb0f7 Author: Richard Biener Date: Fri Dec 16 09:25:40 2022 +0100 middle-end/108086 - more operand scanner reduction in inlining There's another round of redundant operand scanning in remap_gimple_stmt. The following removes this and also improves one special-case to call a cheaper inline function. PR middle-end/108086 * tree-inline.cc (remap_gimple_stmt): Add stmts to the sequence without updating them. Simplify x =3D=3D x detection.=