public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "xry111 at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug middle-end/110617] New: RFE: Add a diagnostic-only variant of nonnull attribute
Date: Mon, 10 Jul 2023 18:25:49 +0000	[thread overview]
Message-ID: <bug-110617-4@http.gcc.gnu.org/bugzilla/> (raw)

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110617

            Bug ID: 110617
           Summary: RFE: Add a diagnostic-only variant of nonnull
                    attribute
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P3
         Component: middle-end
          Assignee: unassigned at gcc dot gnu.org
          Reporter: xry111 at gcc dot gnu.org
  Target Milestone: ---

Currently nonnull serves as both a diagnostic attribute and an optimization
attribute.  But sometimes we want only the effect for diagnostic, but not the
effect for code generation.

For example, Glibc developers implements many functions as "crash the program
immediately if an unexpected NULL pointer is passed" [1].  So it would be
useful to make the potential crash detectable via -Wnonnull and/or
-Wanalyzer-null-argument.  However they don't like the nonnull attribute on the
function prototype, because the nonnull attribute may cause the optimizer to
break their "immediately crash" design [2].

I'm not sure how to name this variant of nonnull precisely. (Maybe "hate_null
or something?)

             reply	other threads:[~2023-07-10 18:25 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-10 18:25 xry111 at gcc dot gnu.org [this message]
2023-07-10 18:29 ` [Bug middle-end/110617] " xry111 at gcc dot gnu.org
2023-07-10 18:30 ` pinskia at gcc dot gnu.org
2023-07-10 21:27 ` alx at kernel dot org
2023-07-11  0:36 ` sjames at gcc dot gnu.org
2023-07-11  7:46 ` rguenth at gcc dot gnu.org
2023-07-11  8:34 ` xry111 at gcc dot gnu.org
2023-07-11  8:59 ` alx at kernel dot org
2023-07-11  9:05 ` alx at kernel dot org
2023-07-11  9:10 ` fw at gcc dot gnu.org
2023-07-11 10:01 ` xry111 at gcc dot gnu.org
2023-07-11 10:29 ` fw at gcc dot gnu.org
2023-07-11 10:30 ` xry111 at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-110617-4@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).