From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 06E2B386F824; Fri, 26 Jun 2020 18:19:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 06E2B386F824 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1593195573; bh=V3+HG3uhi02+kUpnBDVSxwar6AG3EVS8EJH9pPiaeLU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=JUFsLg8uRXQYLJ78rbwqzz/MXszGZgZnKi4QihMB1xATsRzgiG8kdkIZZuvXHm/Q4 1C6b166JdZizzdXdSqEQPhx9wiE8+C+MXnOYeMKNJ50MBwuhFhpCvZtYBvxbVgpStt zho+/uYmGLN/RSWjTmFqrS8Ej1hURnhc24ck07V4= From: "redi 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: Fri, 26 Jun 2020 18:19:32 +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: redi 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: short_desc cf_known_to_work keywords target_milestone cf_known_to_fail 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: Fri, 26 Jun 2020 18:19:33 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95915 Jonathan Wakely changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|std::variant doesn't like |[10/11 Regression] |types with a defaulted |std::variant doesn't like |virtual destructor |types with a defaulted | |virtual destructor Known to work| |9.3.0 Keywords| |rejects-valid Target Milestone|--- |10.2 Known to fail| |10.1.0, 11.0=