From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EF0D63858D39; Sat, 20 Jan 2024 18:46:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EF0D63858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705776413; bh=oQ4ycS7DEg/8wxmY2Qg0FEwLnL7sjfhL4/sTkzWq1qA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=UrpAS0P6ig5I26DmqUW+vuiBCAXQFlzDPiVEvTq0Q8MuJesSpnlcPH8tOrBDr3e3f lO0og1n7TuFv1amtb1yoWSFi7rVqauDwt0xRlozNREjKbT4kIkdR/rvrTJQecRb/et eEWKZpZwtATj7k11/Mj6Whtl25ha2qoyF6z4Sixw= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/104094] Alias template shown in diagnostic with wrong template parameter name Date: Sat, 20 Jan 2024 18:46:53 +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: 12.0 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW 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=3D104094 --- Comment #3 from Andrew Pinski --- (In reply to Jonathan Wakely from comment #2) > _Pattern is used in lazy_split_view, split_view and join_view, none of wh= ich > are used at all by `ranges::to`. Is there some has collision going on here > when the pretty printer finds names? Does it need an additional > disambiguation step if more than one name is found? Maybe that is PR 66968 (or PR 99) which I see are already linked here?=