From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 30FCB385BF81; Sat, 27 Jun 2020 18:06:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 30FCB385BF81 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1593281183; bh=uWiQ18bY1+/NdFbCmOexHVeGlg6nHp05KUz+k7TQpGo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=vyq9sUr6J45cbM3i25CE7uuND9Qp7opUtx8cwU4N6EOFe1MZc7AkTwWWsUKFTaa9n EV6Q1zck8o7s1wpWLGpkN+amd6pElDx1P9l4ooXFZBcXTU+dEqEhYlxKrrt/W+mPFy VVFveARyLZ4Hjq2TbpXgliagdlu6E/UGOuh2BVkw= From: "ville.voutilainen at gmail dot com" 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: Sat, 27 Jun 2020 18:06:23 +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: ville.voutilainen at gmail dot com 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: Sat, 27 Jun 2020 18:06:23 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95915 --- Comment #1 from Ville Voutilainen = --- Patch at https://gcc.gnu.org/pipermail/gcc-patches/2020-June/549030.html=