From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4202E3861896; Wed, 26 Aug 2020 13:00:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4202E3861896 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1598446820; bh=I3LnHowdlro6h8V7ZrVQ+MsIdu2QPbuItXYapKGbvTM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=uQrlvAFR4ZSZ4YDDABoQ/jAJG9cInMTXtgkxB2qYPe9s34imMlDRx2rUvy23wXBq1 dWESh9WF3vdFgZWg48wWzgiPZKc78STRrwmuUotLt/Rkdej+bWLwKSJq2AveoQRK7d jOI9KSH/5gdu52vKIWJG/vKrPYNvr5/7R3YNfc0E= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/96766] std::swap(std::variant, std::variant) triggers undefined behavior sanitizer Date: Wed, 26 Aug 2020 13:00:20 +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: 10.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: redi at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: redi at gcc dot gnu.org X-Bugzilla-Target-Milestone: 9.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: target_milestone resolution bug_status 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Aug 2020 13:00:20 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D96766 Jonathan Wakely changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |9.4 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #7 from Jonathan Wakely --- Fixed for 9.4 and 10.3, but I'm not going to bother changing it on the gcc-8 branch.=