From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6FE313858422; Sun, 7 May 2023 15:58:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6FE313858422 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683475109; bh=u0uRautBUBUjmj8TH/rUAulAX7OlXBeTgsQpdwoQ9vE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=pvvnzUFkfWDXUyTSns/XDqc8/+yVfN7PEy/dJ6OP9B2BqWH0q5WDmC+HkMflnkJG5 4XSHmfAsIHwY7nUIcD7A8vRe/dplPv1M8EsXfSiuZARxKWhauTHfQeoGpCUXhAgxFx hSAV2+LfnvLgAeannx6m577o+heXjK5mi8i/TI5Y= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/98283] decltype(auto) may deduce a static data member to wrong type in a template Date: Sun, 07 May 2023 15:58:29 +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: 10.0 X-Bugzilla-Keywords: accepts-invalid, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: ppalka at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ppalka at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution target_milestone cc assigned_to 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=3D98283 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED Target Milestone|--- |14.0 CC| |ppalka at gcc dot gnu.org Assignee|unassigned at gcc dot gnu.org |ppalka at gcc dot g= nu.org --- Comment #3 from Patrick Palka --- Fixed for GCC 14, thanks for the bug report=