From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B10EE397241A; Wed, 2 Sep 2020 19:52:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B10EE397241A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1599076320; bh=RHqQkRjKXbInzTyDPfPN1ecSwzGZ8IWHJih+Bk1Kdt0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=icVC0KtSknQXiFGQA6IM6NfWXjwrJTqBHyA5JAj2Vimlp+3NeW3ujnC/pSnh2i01r Euyi4etDqdOwi9oJxy+aX/NfM0w1Ib8uw+MgRlu8qu6kfhGmawAEbQGVa2zLApMOsZ nD4k5YCfLZe8jhpzyUyMIDFqNMiPq5UiHn8gAAkw= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/60304] Including disables -Wconversion-null in C++ 98 mode Date: Wed, 02 Sep 2020 19:52:00 +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: 4.8.1 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: redi 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: 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 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: Wed, 02 Sep 2020 19:52:00 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D60304 Jonathan Wakely changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #30 from Jonathan Wakely --- The testcase warns in C++98 mode (and is ill-formed in other modes) and the macros are gone now anyway. While I'm curious why the preprocessed code in comment 28 doesn't warn, I think we can call this fixed now.=