From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DD4773858C2F; Wed, 31 Jan 2024 15:14:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DD4773858C2F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1706714057; bh=NsmIm/f2x7FEQR4vNfW5E79Ov78atxSKjbmD6TjH9Zc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=SmFLfRv++qextDGirlJpY7yW/rHwKxnkpBcWMcmWU0q9G5xrgKOJL2Aulny5234k7 86Nxy3QRJQDm7eNNkdQNbYSqb54yRNQAL9FNtg/17ZY9kRg8VQMBwEBpVNOSqPO8n9 UP2JQEMtoeo0aLvDScA3t0ZcMGhYGcEgM0BvAgoo= From: "mpolacek at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/106052] ICE with -Wmismatched-tags with partially specialized friend struct of self type Date: Wed, 31 Jan 2024 15:14:15 +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.3.0 X-Bugzilla-Keywords: ice-checking, ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: mpolacek 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: cc 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=3D106052 Marek Polacek changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mpolacek at gcc dot gnu.org --- Comment #3 from Marek Polacek --- Started with r10-7424-g04dd734b52de12: commit 04dd734b52de121853e1ea6b3c197a598b294e23 Author: Martin Sebor Date: Fri Mar 27 12:07:45 2020 -0400 c++: avoid -Wredundant-tags on a first declaration in use [PR 93824]=