From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2CF353945C1F; Tue, 15 Nov 2022 22:45:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2CF353945C1F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1668552352; bh=J2W73F/rfh0qr2WCnRuSQov0DfkP7DsYxdfNkxfKn3M=; h=From:To:Subject:Date:In-Reply-To:References:From; b=GPY+9+p571MCt5LigIQFw5rl9xf+VfuZdF9DeANVc0/00IGf8WRb8iJZV8wYczp0O Hys+/llqGxszztpCtYBl+qoOquK09xC2Xp/AdbKHJspZaSnqNG5/ZKbFJ4Ry6Ff+Nb 8kXZrW37w+v/718l0qCeR93FzhOCvdjY39elM/pc= From: "mpolacek at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/107492] Unhelpful -Wignored-qualifiers warning in template specialization Date: Tue, 15 Nov 2022 22:45:51 +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.2.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=3D107492 Marek Polacek changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #6 from Marek Polacek --- Resolved. Do we want to revert r13-3607?=