From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AFDA53858C2A; Wed, 3 Jan 2024 02:05:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AFDA53858C2A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1704247529; bh=7EghVZPp27r1AeVdA0NYF81XYhZxFNP+yxEQu+WSmwM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=u9hYX/nm0JcI/WoTgxshjyfKLFpwbLTvElzxEKCQRTnBIRbOPJAZm0+lwz9DkA4pD aJM0kwjghjR7t7TTUHjDsAjaLnyH7ow6DyIJKKGZq9KgBx5kTjysb22s1uMHT/VIcn hHg38SidYZzyD8+5fHjIo1NvFzhUVDGOxBXGbrBE= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug ipa/113203] __attribute__ ((always_inline)) fails with C99/LTO/-Og. Date: Wed, 03 Jan 2024 02:05:29 +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: diagnostic 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: --- 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=3D113203 --- Comment #2 from Andrew Pinski --- I am not 100% sure if this is a bug here since you are requesting across TU always_inline but at -Og, that is basically not enabled. Maybe not use always_inline for -O0 and -Og builds?=