From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 901583858415; Fri, 10 Nov 2023 16:00:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 901583858415 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1699632007; bh=qeeJ35/8+szHtDw48yzkGZ7W6kuxlx+Kj6Vjlwww+mQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=TJ2VzfZ+DHhzpHQfnPGeE5MDJQ25fcLerRTJy1LlhG0FqHSvmGzCT2f+WGxxSyj3M 6WeZDQqyOjifQ6U2jhkPQUv8IpxGARbxC0c6ZtB8hMnAS33sICPrWXePKPxpYuXdYY /I7p9Z908rEIKtkFmZJ0l14P4V7xED3ic9gS+Ymg= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/54366] [meta-bug] decltype issues Date: Fri, 10 Nov 2023 16:00:07 +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: meta-bug X-Bugzilla-Severity: normal X-Bugzilla-Who: ppalka 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 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=3D54366 Bug 54366 depends on bug 96917, which changed state. Bug 96917 Summary: decltype(auto) variable initialized with lambda by-refer= ence capture has incorrect type https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D96917 What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED=