From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4F0A93861841; Wed, 1 Jul 2020 17:22:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4F0A93861841 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1593624158; bh=86dGlClEBay4UYweUjEOk7zkyCY39UuXL4pmdKZWayA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=VFqY/lIPCU6xEpvFsenkXalIULCJzQfqQVR+WbDOY3EDtHFWnomwWh0tYlHatU2y1 j+mREKIdmbjji9O4uAMBfvRjwGXloeBeNAzEXpf8oe2CxowQRAW7LrWQgaH1xhhwMx zbr4BWIoO6klr+J+IpyP9u7XFT3REicvLTOKdhVA= From: "ville.voutilainen at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/91807] [9/10/11 Regression] std::variant with multiple identical types assignment fail to compile Date: Wed, 01 Jul 2020 17:22:38 +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: 9.1.0 X-Bugzilla-Keywords: needs-bisection, 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: P2 X-Bugzilla-Assigned-To: ville.voutilainen at gmail dot com X-Bugzilla-Target-Milestone: 9.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to 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 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, 01 Jul 2020 17:22:38 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D91807 Ville Voutilainen changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|redi at gcc dot gnu.org |ville.voutilainen a= t gmail dot com CC| |ville.voutilainen at gmail= dot com --- Comment #3 from Ville Voutilainen = --- Mine.=