From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 65EB1385770C; Tue, 11 Jul 2023 12:06:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 65EB1385770C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1689077204; bh=vwzyQY9efRVGb3TBTIzoV5FF2Y2MjxbnFxmIUKtF2rQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=pVgo309HTINtole77ZcJ7OKIWmRq9Hx1C/V0ATNaBzW2jvXqOs/oQGIyxPI7Se+Ef Yo4MBznKKruj26RFOTVikeHtE140el/HISC9kLKCi9U/hIcRUasRVwUfW+iZ1+8rew idyEwKr7+qzGhA6KIXWmT7FQAnlcgwVZz0Cbw4fA= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/89793] Implicit conversion to std::string is ambiguous on GCC 8.2 but not GCC 7.3 Date: Tue, 11 Jul 2023 12:06:43 +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: 8.2.1 X-Bugzilla-Keywords: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: redi at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: DUPLICATE X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords resolution bug_status 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=3D89793 Jonathan Wakely changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|needs-bisection | Resolution|--- |DUPLICATE Status|UNCONFIRMED |RESOLVED --- Comment #11 from Jonathan Wakely --- (In reply to Andrew Pinski from comment #10) > I suspect r9-6526-gdcfa8518868d9e (r8-10080-g32988aac5be4fa4728 on the > branch) fixed this . Confirmed by bisection. So this is a dup of PR c++/86521 and fixed in 8.4 *** This bug has been marked as a duplicate of bug 86521 ***=