From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8149D3858C2B; Sun, 19 Mar 2023 19:11:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8149D3858C2B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1679253097; bh=4cP+ah/YfCwzBD769WA8kOUkQLKEjYcESSp4zhF6Y84=; h=From:To:Subject:Date:In-Reply-To:References:From; b=rmh2HRKl+JdQPI0V+kMCd5SDIvXumA3Aa356pTL972PyNNrAdQRhyYiUk95Dosg0b TRINMFIUa1JhMlq9ceyWnpraGEpO3YdaW4Q8kDbY8R4X+6jPAtji6UaqJ2odlmXIra IvDI7gLo20rwJcIY2Gl0kYuoFOp41MlXfVG3fIV4= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/109192] [13 Regression] timeout with -O3 -fno-var-tracking since r13-5579 Date: Sun, 19 Mar 2023 19:11:36 +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: 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: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc keywords component target_milestone 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=3D109192 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|timeout with -O3 |[13 Regression] timeout |-fno-var-tracking ? |with -O3 -fno-var-tracking | |since r13-5579 Keywords|needs-bisection | Component|middle-end |tree-optimization Target Milestone|--- |13.0 --- Comment #4 from Andrew Pinski --- (In reply to David Binderman from comment #3) > $ git bisect good 809d661aff99ae02 > 1626ec53e8c1b9c245572417d380e3ed84990cff is the first bad commit > commit 1626ec53e8c1b9c245572417d380e3ed84990cff > Author: Andrew MacLeod r13-5579-g1626ec53e8c1b9=