From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3090D386C58D; Thu, 11 Jan 2024 12:14:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3090D386C58D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1704975252; bh=W7+zQgl5UnGVVNHj8f7L/Zk2Cyp7hJBI/nJ4VOuiiDc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=WxETDIlM2HnV1EuSSCASrW1EMEGyQAQIUdlPzNqpDsbbyO+GM1ykWC6EIPsNJARns ovQ3FMhFW2355MKuJXtwoJXvJBecXVfWpkdOT3BlfO/OfzJB9UhsAHIcxHQxlCQxVa QKLSd7JhreoPYzp0RkVCloJWHmlirSN+YiQz/T6I= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug ipa/113291] [14 Regression] compilation never (?) finishes with recursive always_inline functions at -O and above since r14-2172 Date: Thu, 11 Jan 2024 12:14:11 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: ipa X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: compile-time-hog X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 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=3D113291 --- Comment #3 from Richard Biener --- We're endlessly inlining during IPA. Honza, please have a look.=