From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2EADE385842A; Wed, 2 Aug 2023 14:34:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2EADE385842A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1690986861; bh=0TPNYoGJJEPlF07f9w9m7cq9+lMXAIyyXuIY/9Smuys=; h=From:To:Subject:Date:In-Reply-To:References:From; b=aeO3RODd4hVOKHzi6Cu54exfFVemZlnm/jblpgUfLnHMBb2DDuNxLLFEXQFRAWbyH 3L17LY35ABz8DVUHdJYIGI1iavFZPUWJr6IpdIy15+dQDc7o9DlGmaIsh+EBobF+HV ujegh9OnMEHe0hdkoeAdoPHqUWPcNCZw+fjqxigM= From: "moncef.mechri at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/96780] debuginfo for std::move and std::forward isn't useful Date: Wed, 02 Aug 2023 14:34:18 +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: 11.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: moncef.mechri at gmail dot com X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ppalka at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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=3D96780 Moncef Mechri changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |moncef.mechri at gmail dot= com --- Comment #18 from Moncef Mechri --- Currently, -ffold-simple-inlines is disabled when optimizations are disable= d. Since it is pretty much standard practice to disable optimizations in debug builds (yes, I am aware that -Og exists), perhaps it would be a good idea to make -ffold-simple-inlines opt-out instead of opt-in even for non-optimized builds?=