From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 06F723858C50; Fri, 24 Mar 2023 09:13:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 06F723858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1679649208; bh=UKshMPoZ0GxncCiG/G9xeymxRmpVF9qUtfACxBCAqgY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=gwi5nz4CIYpVWxcMI/Kjcqp/DBMpLjnDhEQ2k5hLWYbMIK6LWOdI8l465jDlyPDJQ JqrNaiscbB63ENiSEopZabJ4jTNjvqLWameTb98aP8iWJrfrzv29y6m27vsqAzaLkp IMpM+261M4eaXayxr/ThPvrQ+CTZ2GZpsM24+UBU= From: "marxin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/109247] [13 Regression] optional o; o = {x}; wants to use explicit optional(U) constructor since r13-6765-ga226590fefb35ed6 Date: Fri, 24 Mar 2023 09:13:25 +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: marxin at gcc dot gnu.org X-Bugzilla-Status: SUSPENDED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jason at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: see_also 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 Martin Li=C5=A1ka changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://github.com/WebKit/W | |ebKit/pull/11910 --- Comment #8 from Martin Li=C5=A1ka --- > But webkit should probably fix their code anyway, perhaps by changing=20 >=20 > m_brush =3D {setPattern_pattern}; >=20 > to >=20 > m_brush =3D Brush{setPattern_pattern}; Thank you Jason for the analysis, I've just suggested the change to upstream project: https://github.com/WebKit/WebKit/pull/11910=