From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B877E3858029; Tue, 25 Oct 2022 09:55:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B877E3858029 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666691719; bh=8idC0AsXd4WmyE2lseGpzYowR6KTaoGAdCEq29gA0j4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=X0JgvY1C5n+HZjApVMMjygqAh8nJe2KCyg6nwRWC4VzJCChzerC+ImfCDPZ4t6U0L g+tMP56uq5lYHjArMVWHdH4qFUbHPokIqUpSTP85JmO0FkbfFUQa7sPZNUR1jSxiT3 sMYXmrOaELoyuGL3B4sy/6mgw+Gffo7VThBZs86M= From: "development at jordi dot vilar.cat" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/107390] template-nested lambda type uniqueness Date: Tue, 25 Oct 2022 09:55:19 +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.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: development at jordi dot vilar.cat 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: cc 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=3D107390 Jordi Vilar changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |development at jordi dot v= ilar.cat --- Comment #1 from Jordi Vilar --- This same code compiles successflully with clang-14 and mscv-19.x. The following link to compiler explorer demoes it. https://godbolt.org/z/a9oqbd8bx=