From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 203713858D1E; Tue, 4 Oct 2022 01:58:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 203713858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1664848723; bh=WUA8zV8xMLuR48KyQhPBLXNPTvkIjjDZxTY06o5SpeI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=IppkLEjWQmR7d1Jf2Y3nygUw8varhlVk0PxdNzcdTtCzcxX4NrX67/HWhzciSMeb+ hrHIYZJ7/3bWs++uO/oE5kmfxAjeHkkjGkUwl57zeoweAQdAb8NxozLfOysCgtmrFZ QVQoh3WKZ6aLju01hicGE+DXeifeMg8FgmP7LIXE= From: "lhyatt at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/103036] incorrect #pragma GCC diagnostic suppression for macro expansion and -Wuninitialized Date: Tue, 04 Oct 2022 01:58:18 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 12.0 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: lhyatt at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED 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: bug_status resolution 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=3D103036 Lewis Hyatt changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED CC| |lhyatt at gcc dot gnu.org --- Comment #2 from Lewis Hyatt --- This was fixed by r13-2994. Sorry for not tagging this PR, I came upon the issue via PR69543 comment 9 instead. Regarding PR90400, I think that is about the way the token streamer class w= orks for gcc -E, and it needs to handle _Pragma distinctly from #pragma. I will = look at it too sometime.=