From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3C13E3846068; Fri, 7 Jul 2023 09:45:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3C13E3846068 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1688723150; bh=ZrrDQwYS01A/4hCfIAZ3XkUdlZzz3hT4V2LCtypCOVM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=uEIkBS8R7AkERiE/apOpliuGTglnp7EJ5gssBATuO2gPzw/p3mz5e56kY6gvq2E96 5jCF0xU0OGvq7Pbkg3WDReFSvYBxGF/DnfPNuki6fZThbsr7sF+SKE7MSod3gwvgG5 zAGv1L5wz06329EQn20BI5mzOnnS3L6sNWNzJKUo= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/110584] Constant is not visible in nested lambda with outer lambda having a default capture Date: Fri, 07 Jul 2023 09:45:49 +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, 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: bug_status cf_reconfirmed_on keywords short_desc everconfirmed 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 ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2023-07-07 Keywords| |rejects-valid Summary|Constant is not visible in |Constant is not visible in |nested lambda |nested lambda with outer | |lambda having a default | |capture Ever confirmed|0 |1 --- Comment #1 from Andrew Pinski --- Confirmed.=