From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F0A753858426; Tue, 9 Jan 2024 18:38:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F0A753858426 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1704825490; bh=hX9TrwtSYVYpq2cUggq1VXeUAxJoswvch2uIVQ4MHLU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=INRx5BipZvHMAlqPRPWKlAZYJlgV/mw94UTw4E95qhyEAC0fhnNZvFbFnCGuJgr/l 0UcN7LhWhowsQUsthUXqb4M5VdkINnon91pT1umzVYIm+5kY6h8wt74/oH4K6kLMU0 8HApLhwKQ5hgBty9pVifvo6iMqPP9q1SOmKw8Cio= From: "pinskia 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 Date: Tue, 09 Jan 2024 18:38:10 +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, needs-bisection X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_reconfirmed_on everconfirmed keywords bug_status 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 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2024-01-09 Ever confirmed|0 |1 Keywords| |needs-bisection Status|UNCONFIRMED |NEW --- Comment #1 from Andrew Pinski --- Confirmed, GCC 13 used to reject this: ``` : In function 'f1': :6:1: error: inlining failed in call to 'always_inline' 'f0': funct= ion not inlinable :16:3: note: called from here 16 | f0 (); | ^~~~~ ```=