[Bug middle-end/78998] missing -Wnonnull for an unconditional call to strlen with a null argument

2020-06-03 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78998

Martin Sebor  changed:

   What|Removed |Added

  Known to fail||10.1.0, 11.0, 7.3.0, 8.2.0,
   ||9.1.0
   Last reconfirmed|2017-08-28 00:00:00 |2020-6-3
 Blocks||95507

--- Comment #4 from Martin Sebor  ---
No improvement in GCC 10 or 11.


Referenced Bugs:

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95507
[Bug 95507] [meta-bug] bogus/missing -Wnonnull

[Bug middle-end/78998] missing -Wnonnull for an unconditional call to strlen with a null argument

2019-05-08 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78998

Eric Gallager  changed:

   What|Removed |Added

 CC||dmalcolm at gcc dot gnu.org,
   ||dodji at gcc dot gnu.org

--- Comment #3 from Eric Gallager  ---
cc-ing diagnostics maintainers

[Bug middle-end/78998] missing -Wnonnull for an unconditional call to strlen with a null argument

2017-08-28 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78998

Eric Gallager  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Last reconfirmed||2017-08-28
 CC||egallager at gcc dot gnu.org
 Ever confirmed|0   |1

--- Comment #2 from Eric Gallager  ---
Confirmed.

[Bug middle-end/78998] missing -Wnonnull for an unconditional call to strlen with a null argument

2017-01-04 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78998

Martin Sebor  changed:

   What|Removed |Added

   Keywords||diagnostic
   See Also||https://gcc.gnu.org/bugzill
   ||a/show_bug.cgi?id=78917

--- Comment #1 from Martin Sebor  ---
See also bug 78917 for another false negative.