From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2A2ED388C5E6; Thu, 15 Dec 2022 10:32:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2A2ED388C5E6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1671100359; bh=KvwYS1ONrOLxgdY9s1jHFSHV/t/poMaoqOsOiO1QsOY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Fq5ltBXbb6nLGZ2Zyt4FSgQsezvU5sqSoADbrTsNNLEe04Fh4eQAoEx/hRf4GtD05 +XEN6CPqOhvEfIqzzahQmYNEmY52h9dhK6BRZ84UrSj6b5H6h5zgShJL6ePh8Q7HWw iYMNSHsbCzdg1qkBi8ES4xb0SMWSjsa3Pj8XTvqk= 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: Thu, 15 Dec 2022 10:32:38 +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 #8 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:930b3d6948f2cddc6a7fc4b35bafda1deabcd0c9 commit r13-4714-g930b3d6948f2cddc6a7fc4b35bafda1deabcd0c9 Author: Richard Biener Date: Thu Dec 15 11:30:21 2022 +0100 middle-end/108086 - reduce operand scanner use from inliner The following avoids a redundant second operand scan on all stmts during inlining which shows with PR108086. PR middle-end/108086 * tree-inline.cc (copy_edges_for_bb): Do not update all stmts again.=