From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 888C83858C31; Fri, 8 Dec 2023 21:58:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 888C83858C31 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1702072709; bh=N9p2zDvqL0+GfOqnojN4YYUvpNk4ArJBkPUPzIkQ4j4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=pQzfjNeQCgTI6a8hqVnj/9ROJLnGrYeGfcLF3Jt98nhcdbA2B2TArYp04bstTO/gg 7gxNSPrMYqbfcwu8og7MYMFsRUyqzMllCbGAaFXQ5MRlwTn3Ci8ID4Z2m9UISufYST jUNxCbJjz30tmVhcOkJUt6i2tWKDx/6ob/ZoxhDU= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/54367] [meta-bug] lambda expressions Date: Fri, 08 Dec 2023 21:58:29 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: dep_changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 4.8.0 X-Bugzilla-Keywords: c++-lambda, meta-bug X-Bugzilla-Severity: normal X-Bugzilla-Who: ppalka at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: MOVED 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 resolution 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=3D54367 Bug 54367 depends on bug 83167, which changed state. Bug 83167 Summary: decltype((x)) inside lambda is considered odr-use if x i= s not a reference https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D83167 What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED=