From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7FC3B3858CDA; Sat, 10 Feb 2024 13:45:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7FC3B3858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1707572758; bh=dYIg6B2jR1aGLOSnTW0SeRTsMlTViKCS3Z6c4tUq6T0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=aUDdrk2e0ZK50Axz9TzZvR0EghEua7Ed2HAf6s5r5iKR9QkZ1X5dqBiZOFnzcrXuJ ibauKAJXUmFlHY/e2wEVV3KCb860B/vl+H+ZmIa3wX3KeYZPoSsrt+dlF9vPB/YA/j 5M/OIuDrpGs4zFNfqQU/UzicJwoSZoyBs8d8E3ow= From: "mpolacek at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/107126] -Wc++20-compat should complain about template-id in out of class definition for destructor Date: Sat, 10 Feb 2024 13:45:57 +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: 12.1.1 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: mpolacek at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: mpolacek at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status 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=3D107126 Marek Polacek changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #10 from Marek Polacek --- Should be fixed.=