[Bug c/102030] Optimization turns null ptr true

2021-08-26 Thread joeedh at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102030 --- Comment #4 from Joe Eagar --- I hadn't realized the nonnull attribute is 1-based. That makes sense.

[Bug c/102030] Optimization turns null ptr true

2021-08-23 Thread joeedh at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102030 --- Comment #1 from Joe Eagar --- I forgot to add, the offending function is BM_mesh_bm_from_me: void BM_mesh_bm_from_me(Object *ob, BMesh *bm, const Mesh *me, const struc

[Bug c/102030] New: Optimization turns null ptr true

2021-08-23 Thread joeedh at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102030 Bug ID: 102030 Summary: Optimization turns null ptr true Product: gcc Version: 10.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c A