From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A25363858C2D; Tue, 29 Nov 2022 15:58:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A25363858C2D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1669737520; bh=BvqSVZIbvwmq1TSibs1hoJYywR3yqa8ymq37VAHPIS0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=OVL/lrQNAIfURNQ0ZMy+YSlAJ33M/Q7Dfd1InFCmHLohzPvHKF6ookIv47ap9acHB aZB7ZJNuB8jrDNCnIBbKOfEiq3+6M8dMoOG0BsU0C+AFYoCP+MqcJeIbhh2odZPIrY +AWi3D3IX7GFqweF5hE138ht8tdrJumfgZg3LSes= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/100366] [11/12/13 Regression] spurious warning - std::vector::clear followed by std::vector::insert(vec.end(), ...) with -O2 Date: Tue, 29 Nov 2022 15:58:40 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 11.1.0 X-Bugzilla-Keywords: diagnostic, missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: redi at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.4 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=3D100366 --- Comment #15 from Jonathan Wakely --- *** Bug 106199 has been marked as a duplicate of this bug. ***=