From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id ACDC43860758; Sun, 10 Mar 2024 03:34:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org ACDC43860758 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1710041673; bh=R4Qr83qX6tiS6FV3+MnTzFSgLXw9YIrkyCGy7v5zZaQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Uzi2jRK8BHiOSiqpmWh38blrdbWO6QKG/dEVsLpodWcL4FiN2UFBojHwSi2qH3Igl oPWEFQ9DXCy+NBBrIzUbamZhvhcbbMoTdNuCO3YZajfpVLxbGHn/TCMvlV8LXSIRvN t5rr41ewY57k6cJ3SHX/kGdBRij+7kVxXZlDcquU= From: "law at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/109247] [13/14 Regression] optional o; o = {x}; wants to use explicit optional(U) constructor since r13-6765-ga226590fefb35ed6 Date: Sun, 10 Mar 2024 03:34:31 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: law at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jason at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc bug_status resolution 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D109247 Jeffrey A. Law changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |law at gcc dot gnu.org Status|SUSPENDED |RESOLVED Resolution|--- |FIXED --- Comment #20 from Jeffrey A. Law --- Fixed on trunk and backported to gcc-13.=