From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 89B063858C5F; Tue, 18 Apr 2023 08:22:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 89B063858C5F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1681806130; bh=tgTjYW49/mqxF/JU2abXFjQQWJKumo2yrFVcn99ldTM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=f5e6Xy9mf0zra/yXfhTQZeRztsHo5aAlCNRC0/WkprSnuNbRQ3nQuRZYyhtYh+Ky/ FiPclCURsYDpKic7CncPZZT2UNED9zqlP10I57/na1VET4Bxywb30cX94d5XBwDY2H 3+bL+vQWA2LTU9JCKmqnRcUf6KtQIeKyHIQaHXQ0= From: "marxin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/109539] [13/14 Regression] Compile-time hog in gimple-ssa-warn-access.cc since r13-6706-gadb70c2d1060b3 Date: Tue, 18 Apr 2023 08:22:09 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: needs-reduction X-Bugzilla-Severity: normal X-Bugzilla-Who: marxin 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: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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=3D109539 --- Comment #1 from Martin Li=C5=A1ka --- Created attachment 54877 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D54877&action=3Dedit Reduced test-case Takes 1.77s after the mentioned revision and 0.15s before it.=