From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DB4C33858C2D; Mon, 20 Nov 2023 12:09:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DB4C33858C2D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1700482172; bh=q4uZqo9SDKFd3fwcubasnXSuJ9Odimgd02Voa9Ej/OU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Xy1dviLmICHdnFwQQxzSQc5YW5lfQAOH/Cjn2cS/26R9ejabQ1YMn3xWAA8L01C1x t3BPrgjWk9txVExPABwZHwm0SJswuG7rRdFzoQcbCig9uNnwuJQQWBn02JlMnIaNDr yYMNf0f31S0KdpE9xPopJfFpZ+45zr8sYhYPD6DQ= From: "mkuvyrkov at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/111554] [12/13/14 regression] Timeout with with "-O3 -fno-dse -fno-inline -fno-store-merging -fno-toplevel-reorder -fno-tree-dce -fno-tree-dse" since r12-2097-g9f34b780b0461e Date: Mon, 20 Nov 2023 12:09:32 +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: 14.0 X-Bugzilla-Keywords: compile-time-hog, needs-reduction X-Bugzilla-Severity: normal X-Bugzilla-Who: mkuvyrkov at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: mkuvyrkov at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.4 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=3D111554 --- Comment #12 from Maxim Kuvyrkov --- (In reply to Richard Biener from comment #11) > (In reply to Maxim Kuvyrkov from comment #10) > > This is, mostly, a dup of PR96388. > > With the problem in PR96388 fixed, I'm seeing strange -ftime-report > > reporting that [wrongly?] attributes a lot of time to alias analysis. >=20 > You can try -ftime-report -ftime-report-details (yeah, two options), > this lists "dependent" times in other timevars beyond the passes using th= em. Ack, thanks, Richard. Posted patch in https://gcc.gnu.org/pipermail/gcc-patches/2023-November/637419.html .=