From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 67B693858D20; Wed, 30 Nov 2022 07:55:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 67B693858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1669794922; bh=vY5EUx3V/LJfqO4Am4o0kt261NTd07RqGB0JDP1uS+0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=MvKbtK3FcoXtw7mJKgg70ymtZeJqvvDWi93x4jfo9tw/uUxQTdaS1eZLB5Jw000on NpPbCWrYI0ZOSI8JrYLG3eQ9FfbcBURsp3dg0Azs8yFW5vOARG8VtsSjb9AZjyw+ih sLssKm+/dhVTzjx2LB0cy3jdjhoaHRLTX3TlKKT4= From: "me at xenu dot pl" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/107931] [12 Regression] -Og causes always_inline to fail Date: Wed, 30 Nov 2022 07:55:22 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 12.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: me at xenu dot pl 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=3D107931 --- Comment #1 from Tomasz Konojacki --- (In reply to Tomasz Konojacki from comment #0) > The error below occurs only with -Od. Sorry, -Og. PS. It seems that moving the definition of fun4 to the first line makes the error disappear.=