From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 17FC93858CDA; Tue, 11 Jul 2023 00:36:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 17FC93858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1689035788; bh=qeGvmQXDC9ajnBFwfSCDD75jMAZ3QM5mTIB2jOqcF6w=; h=From:To:Subject:Date:In-Reply-To:References:From; b=HuwIVIVh57B6Y+lZXzjcsWVZFo0inEuH4QrkN4vZ9yQwtp5G8aqZtI/vYzRqa/3XY hpi0YYLXTeyrCFpXtBvjEG1LOLlJaW4AEeKZaiYcb0k/1Ra9l2fR7rJNoofB9u4ajv gvWlYvbF77mcdwXvUX5pACHOcUUZ8X8hjWvw56F4= From: "sjames at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/110617] RFE: Add a diagnostic-only variant of nonnull attribute Date: Tue, 11 Jul 2023 00:36:27 +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: 14.0 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: enhancement X-Bugzilla-Who: sjames at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED 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=3D110617 Sam James changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bugzilla at tecnocode dot = co.uk, | |sjames at gcc dot gnu.org, | |tim.ruehsen at gmx dot de --- Comment #4 from Sam James --- There's a history of people objecting to use of nonnull, although I'm still sceptical (not that it's my decision) - partly because nonnull has decent takeup in general so changing its semantics now is not great. It came up on the glib side at https://gitlab.gnome.org/GNOME/glib/-/issues/2647, and wget2 considered/has removed the attribute at https://gitlab.com/gnuwget/wget2/-/issues/200 too.=