From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 35A743857C4A; Sat, 22 Oct 2022 00:50:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 35A743857C4A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666399843; bh=d+8ge8vWhHftYwkht/Z6D2OYCFRHSsuXHajZlK6f+i8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=fhGctkKMqvr13ahVCc6O+4JQjwP4rxGX2vn+VF+mJ7vxYyelSE0ILa6YOLOHfBGWn /OqxEVSs2YCMwIyUU24/DhEFF4I3Is0nLt/uVXs/aMhYdjpz1WvA3exZ/nnYIrggup +X6vTbFnibhCLKEOjHfiD9GE6y6YXOcBd9S5qhVU= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/105562] [12 Regression] std::function::_M_invoker may be used uninitialized in std::regex move with -fno-strict-aliasing Date: Sat, 22 Oct 2022 00:50:42 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 12.1.0 X-Bugzilla-Keywords: diagnostic, missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.2 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=3D105562 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vincent.lextrait at gmail = dot com --- Comment #20 from Andrew Pinski --- *** Bug 106780 has been marked as a duplicate of this bug. ***=