From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 73C353846410; Mon, 22 Apr 2024 08:24:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 73C353846410 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1713774261; bh=jg724pHZ6PmGMtJrFjDiXXL1CpyNMZQWIzNktSiQbJ8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=QLjI2oXWQr/5e4JXojufJVcMvnR6g816v4eIg7Gla+RDfqalXjlYD1/qvxk/tagqm 2RNH6ZnVU7i98f/ldXuR3CKtpwk2AjYbEUzcLmLJ1d0vQDNS6b/viwt4iiWaCV+8Yw coYBBqcduGPUaQiZaU+VFFUXtU5C2Jax/3jvIHRo= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/114787] [13/14 Regression] wrong code at -O1 on x86_64-linux-gnu (the generated code hangs) Date: Mon, 22 Apr 2024 08:24:19 +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: 14.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.3 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=3D114787 --- Comment #10 from Andrew Pinski --- I suspect there needs to be a call to free_numbers_of_iterations_estimates somewhere. Maybe it is copyprop, maybe there are a few other missing ones.=