From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 11B9C3858426; Fri, 6 Oct 2023 16:56:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 11B9C3858426 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1696611401; bh=z6ha4yGin828HGXck6UKUz3A0Az7DTHaZKEyPANFom8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=rKom3x8RHelemhMVmdoblRfx0UBb+dLjA8feLvBtXI2yjr/t0xbVCHJBGuVAKTjzH w3WpwnAp1lE5ncomC78e+by4cGIa9UjkNTcKqM+I+MDMspm9440A1L4wDtKahxovPt YhU/XHkU5H1dXdpgEWM7AGjLKRJ7F8mipHrZlUXk= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/111717] syntax error When CTAD encounters complex alias template Date: Fri, 06 Oct 2023 16:56:40 +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: 14.0 X-Bugzilla-Keywords: c++-lambda, rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org 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: keywords 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=3D111717 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |c++-lambda --- Comment #2 from Andrew Pinski --- This looks like another one of the lamdba inside a decltype for a type alias issues.=