From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C72583890408; Mon, 29 Jun 2020 11:04:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C72583890408 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1593428656; bh=P0dDHsZJeHvrT8X6dDuHWsXMce1m710mn4EchAHGp6w=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ClSd6zHXc5l8UPsxZUNdif3n06kZzokCnQ6ekFVUrbr2AtB6M5nUFQblurKd+u3ta 9BXWRYjfwC7MLofx74+fL4dfUeAiuXUfMRnaHTh9541nQQSFh6hm/wsCeD9VVzx9m8 936jwmaigIxTa967VCC+BgyaOfK1G1NLjxzrgf2E= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/95915] [10/11 Regression] std::variant doesn't like types with a defaulted virtual destructor Date: Mon, 29 Jun 2020 11:04:16 +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: 11.0 X-Bugzilla-Keywords: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ville.voutilainen at gmail dot com X-Bugzilla-Target-Milestone: 10.2 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 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: Mon, 29 Jun 2020 11:04:16 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95915 --- Comment #3 from CVS Commits --- The releases/gcc-10 branch has been updated by Ville Voutilainen : https://gcc.gnu.org/g:deb9c51ca71d3cb507dd91ab8bfd8c1021effd9f commit r10-8386-gdeb9c51ca71d3cb507dd91ab8bfd8c1021effd9f Author: Ville Voutilainen Date: Mon Jun 29 00:36:38 2020 +0300 PR libstdc++/95915 PR libstdc++/95915 * include/std/variant (_Uninitialized): Adjust the condition and the comment. * testsuite/20_util/variant/95915.cc: New. * testsuite/20_util/variant/compile.cc: Add new test. (cherry picked from commit 24b54628cfa95194a8de4071c28cb56e6e81c08e)=