[Bug middle-end/95507] [meta-bug] bogus/missing -Wnonnull

2023-11-11 Thread uecker at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95507
Bug 95507 depends on bug 112428, which changed state.

Bug 112428 Summary: Wnonnull outputs wrong type
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112428

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

[Bug middle-end/95507] [meta-bug] bogus/missing -Wnonnull

2023-02-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95507
Bug 95507 depends on bug 95515, which changed state.

Bug 95515 Summary: missing --Wnonnull on a straightforward call with a null 
pointer
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95515

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

[Bug middle-end/95507] [meta-bug] bogus/missing -Wnonnull

2022-01-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95507

Andrew Pinski  changed:

   What|Removed |Added

   Target Milestone|3.3 |---

[Bug middle-end/95507] [meta-bug] bogus/missing -Wnonnull

2021-06-17 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95507
Bug 95507 depends on bug 100684, which changed state.

Bug 100684 Summary: [11 Regression] spurious -Wnonnull with -O1 on a C++ lambda
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100684

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

[Bug middle-end/95507] [meta-bug] bogus/missing -Wnonnull

2021-03-02 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95507
Bug 95507 depends on bug 99251, which changed state.

Bug 99251 Summary: [11 Regression] inconsistent -Wnonnull warning behaviour 
with dynamic_cast
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99251

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

[Bug middle-end/95507] [meta-bug] bogus/missing -Wnonnull

2021-01-25 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95507
Bug 95507 depends on bug 98646, which changed state.

Bug 98646 Summary: [11 Regression] A static_cast confuses -Wnonnull, causing 
false positives
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98646

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

[Bug middle-end/95507] [meta-bug] bogus/missing -Wnonnull

2020-07-31 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95507
Bug 95507 depends on bug 96003, which changed state.

Bug 96003 Summary: [11 Regression] spurious -Wnonnull calling a member on the 
result of static_cast
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96003

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

[Bug middle-end/95507] [meta-bug] bogus/missing -Wnonnull

2020-07-25 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95507
Bug 95507 depends on bug 96310, which changed state.

Bug 96310 Summary: Ignoring Wnonnull via pragma gcc diagnostics still produces 
a unwanted note
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96310

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

[Bug middle-end/95507] [meta-bug] bogus/missing -Wnonnull

2020-07-06 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95507
Bug 95507 depends on bug 96021, which changed state.

Bug 96021 Summary: missing -Wnonnull passing nullptr to a nonnull variadic 
lambda
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96021

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

[Bug middle-end/95507] [meta-bug] bogus/missing -Wnonnull

2020-06-03 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95507
Bug 95507 depends on bug 80936, which changed state.

Bug 80936 Summary: bcmp, bcopy, and bzero not declared nonnull
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80936

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

[Bug middle-end/95507] [meta-bug] bogus/missing -Wnonnull

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

Martin Sebor  changed:

   What|Removed |Added

   Last reconfirmed||2020-06-03
 Ever confirmed|0   |1
   Target Milestone|--- |3.3
 Status|UNCONFIRMED |NEW

--- Comment #1 from Martin Sebor  ---
-Wnonnull was introduced in r53790 which according to the manual was in the GCC
3.3 time frame.