public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/110617] New: RFE: Add a diagnostic-only variant of nonnull attribute
@ 2023-07-10 18:25 xry111 at gcc dot gnu.org
  2023-07-10 18:29 ` [Bug middle-end/110617] " xry111 at gcc dot gnu.org
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: xry111 at gcc dot gnu.org @ 2023-07-10 18:25 UTC (permalink / raw)
  To: gcc-bugs

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?)

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2023-07-11 10:30 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-10 18:25 [Bug middle-end/110617] New: RFE: Add a diagnostic-only variant of nonnull attribute xry111 at gcc dot gnu.org
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

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).