From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A25E93850217; Fri, 7 Jul 2023 09:47:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A25E93850217 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1688723250; bh=MB2agpTyLUrxQLsxWktxszpfmfWLAyF4NnBfsw2CiUI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=bIU5x0CoOjkPVwk22r/1kNj/LdXrz85Pfjrf8AE0Wf1Escuq+RciA+GVZ0Tb/Uvvd ioOqlokjlB79WyN8wtuY17t7vYc4PeNFX4pmcSiKZzxc+VzdFbXCo/+Ew7+zbLgEwP dzRoCbr4ELEn9B3xGFnj4ARQi3l5/n91PX2aKiW0= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/110584] [11/12/13/14 Regression] Constant is not visible in nested lambda with outer lambda having a default capture Date: Fri, 07 Jul 2023 09:47:30 +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: 13.1.0 X-Bugzilla-Keywords: c++-lambda, needs-bisection, 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: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: target_milestone keywords short_desc cf_known_to_work cf_known_to_fail 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=3D110584 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |11.5 Keywords| |needs-bisection Summary|Constant is not visible in |[11/12/13/14 Regression] |nested lambda with outer |Constant is not visible in |lambda having a default |nested lambda with outer |capture |lambda having a default | |capture Known to work| |6.4.0, 7.1.0, 7.5.0 Known to fail| |8.1.0=