From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 962C93858D38; Tue, 8 Nov 2022 23:20:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 962C93858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1667949623; bh=kd21us3yY0fbY5KLe7AtBP7KTmsCxMz2RTJlj5BmoiA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=xxwpEkuW+JkMRDrzGm5LnggrrP7gYPtR2xOMU0T44KoOrQrdTFzGVCvAjwrclBQCE l45Fx9z52rR5jqgjYQLLpLuh7LCMu6hvARHw34LPBqYMjKz8EtXyKsy1K9ABSPaob+ MLC60kwJNKJnodp6mN5XY0zYmAFo/pqo6gP52/xg= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/105236] failed lookup of alias with alias template of dependent template parameter containing lambda in unevaluated context Date: Tue, 08 Nov 2022 23:20:23 +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: c++-lambda, rejects-valid 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: blocked 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=3D105236 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |107430 --- Comment #2 from Andrew Pinski --- This might be a dup of another one of the lambda inside a decltype with an alias issue. There are definitely many bugs have been filed with a similar symptom. Referenced Bugs: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D107430 [Bug 107430] [meta-bug] lambda in decltype=