From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7A49A3858D3C; Fri, 22 Dec 2023 18:05:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7A49A3858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1703268325; bh=8+LkwUyOXs2nnGkz8ieVnODkOPIxM255Fym7Pbh5Qis=; h=From:To:Subject:Date:In-Reply-To:References:From; b=g9qq8a8auoeCNDVNfpNonMgAaG7q73Sq1XfNN6ZmFspd1eEU3+ZLUEYNzt/mLks9x 4asW9SCsMPh5lRoKSZ+INPaXDUJENMDGYnP1D2ZYvh5qhyIztVXnCS0EzF6qzvX+Nu GEbF6YGTvYe7LaLyq+Nzr9mUPSJS7iwzUOAps5J8= From: "armagvvg at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/113117] ambiguous call during operator overloading is not detected for templates Date: Fri, 22 Dec 2023 18:05: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.2.1 X-Bugzilla-Keywords: accepts-invalid, needs-bisection X-Bugzilla-Severity: normal X-Bugzilla-Who: armagvvg at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: 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: 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=3D113117 --- Comment #2 from Vyacheslav Grigoryev --- Looks so, checking on https://godbolt.org/z/vb6s6cY6Y. Hm... wasting a time= on filling the bug :(=