From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A69613858C74; Thu, 29 Sep 2022 15:19:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A69613858C74 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1664464799; bh=GIwc62HXU5mPocu7Io4WStq+FsDrsIVeQqyaaYZeLOM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Dbb//OR6i1Vndjt7iOSXDy5SezUofqEDjEx+9Gv6U7fwwluagAqVQ5fztW536AcLd iUw9yPhx15waQMDol0RZcdoHZAU9+bM+STQUKaUNgRG3AJr9OoGMb9qpRoW2pcHzX4 oVwXow6g9Ywvkv5d7ZQZ6Od2LREeWAfDPZV/ZIz8= From: "msebor at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/107069] string assignment triggers warning Date: Thu, 29 Sep 2022 15:19:59 +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: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: msebor at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: DUPLICATE 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: cc bug_status cf_reconfirmed_on resolution cf_known_to_work cf_known_to_fail 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=3D107069 Martin Sebor changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |msebor at gcc dot gnu.org Status|UNCONFIRMED |RESOLVED Last reconfirmed| |2022-9-29 Resolution|--- |DUPLICATE Known to work| |13.0 Known to fail| |12.2.0 --- Comment #2 from Martin Sebor --- The warning doesn't show up on trunk (GCC 13) with the fix in r13-2618 so l= et's mark it a duplicate of pr105329. *** This bug has been marked as a duplicate of bug 105329 ***=