From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B31E33858406; Tue, 10 Sep 2024 15:51:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B31E33858406 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1725983462; bh=bhJEjt+jt4uWJKNSxu87Sg7gyT3tVzsiyIkd7Flqm0g=; h=From:To:Subject:Date:In-Reply-To:References:From; b=xWkAkB76ZqQPfWm5iWrVME+yIjE/fc2xmuFbkSTy6hYNFKWg8SFjhwoi5ZbFXF3c/ NvUNTplV3sn27k3Br50u5V2AFMbkrgYhqW7Pwn9zfiPhd4PlF3pYpbX2XD8zmzVfRL VgXYCWWwu57vdrzbcvZCC2DLTK3pG3iW1rE7PYw8= From: "mpolacek at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/116369] [12/13/14 Regression] temporary variable bounded to const reference with mutable field incorrectly marked as rodata since r9-869-g5603790dbf233c Date: Tue, 10 Sep 2024 15:51:02 +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: 14.1.1 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: mpolacek at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: mpolacek at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc 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=3D116369 Marek Polacek changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[12/13/14/15 Regression] |[12/13/14 Regression] |temporary variable bounded |temporary variable bounded |to const reference with |to const reference with |mutable field incorrectly |mutable field incorrectly |marked as rodata since |marked as rodata since |r9-869-g5603790dbf233c |r9-869-g5603790dbf233c --- Comment #13 from Marek Polacek --- Fixed on trunk so far.=