From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3C42F382EA35; Thu, 27 Oct 2022 05:10:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3C42F382EA35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666847456; bh=+fZsXKDYIAosnwRGs+WmCJoLB8il3lS2rMRJm7gNAQw=; h=From:To:Subject:Date:From; b=F2ec8vT0SXjIqCoRYO43d3UnOWApsm32NHMl8UFFxwYdGlTEK6XfCv2UXL59Fsm05 XYIwehRDKopgtTQv/y9Ea3QFshtQOKZTYTjH2bjvvoS3nRHFZGNGcU/qLA0s/HpZ9T MRpDkevqXOmigOsiO3mrM2fkh8KzTU8dXT4mAFeY= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/107430] New: [meta-bug] lambda in decltype Date: Thu, 27 Oct 2022 05:10:56 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 12.0 X-Bugzilla-Keywords: c++-lambda, meta-bug, 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: bug_id short_desc product version bug_status keywords bug_severity priority component assigned_to reporter target_milestone Message-ID: 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=3D107430 Bug ID: 107430 Summary: [meta-bug] lambda in decltype Product: gcc Version: 12.0 Status: UNCONFIRMED Keywords: c++-lambda, meta-bug, rejects-valid Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: pinskia at gcc dot gnu.org Target Milestone: --- I noticed there are many issues with lambda inside a decltype issues. Especially dealing with template alias.=