From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D92C63858D39; Mon, 23 Oct 2023 05:01:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D92C63858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1698037264; bh=cPxxfgaMxO3z4h6Q+7CB37VH5O8QaL4BhEElRT5XaxE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=pKrWUwdW1URVuHc40i6hcrFxKXsE3p/3ZrX8VswGYt1UwSGkDKY5qkz/dNaX3upTk lXwj/iA13eEWv2vhGmjvClcWHb6th8mKLT2RLpVBqkNCkeLcw98tUosLpzgdf9pclU 3SHzplTUiyKQuO34QmB3ikgtnOxIUZWWHmNBc7+Q= From: "pinskia 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, 23 Oct 2023 05:01:04 +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: pinskia at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned 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 #7 from Andrew Pinski --- (In reply to Andrew Pinski from comment #6) > Created attachment 56172 [details] > Testcase that takes ~8second >=20 > For this reduced testcase: > scheduling 2 : 7.66 ( 90%) 0.02 ( 50%) 7.69 ( > 89%) 134k ( 1%) This definitely shows some compile time issue as `-O3` without any other op= tion is very quick.=