From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E0EB53875474; Mon, 13 Jul 2020 12:59:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E0EB53875474 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1594645192; bh=SVSzslyTxcS8Dxfwn8asyq2hKYh0zeKQ3vlA72vivfA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=MxS1nTyReyj9FRoOTbbnkBeJoIKMLzx+0cewotVicxYp2sAlumFkwIwzhEwCtxhuy kjZSN8UnHptAwiU4J3hhQtj2nlwVeVizs1g6iyyzgAtmOdT14aJyk9EXS0AmsDM0TQ m5HW3hVcg2J+/4c/2WLwO9JjsD1yDnYg/RirjBUk= From: "ian.s.mcinerney at ieee dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/96063] [10/11 Regression] mismatched-tags warnings in stdlib headers Date: Mon, 13 Jul 2020 12:59:52 +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.1.1 X-Bugzilla-Keywords: diagnostic, patch X-Bugzilla-Severity: normal X-Bugzilla-Who: ian.s.mcinerney at ieee dot org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: msebor at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.2 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jul 2020 12:59:53 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D96063 --- Comment #17 from Ian McInerney --- I think that r11-1899 is the more important one to backport, since that will also allow for warnings that are generated by headers inside "-isystem" inc= lude directories to not have the notes printed without the warning.=