https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114609
Bug ID: 114609
Summary: -Waddress false positive
Product: gcc
Version: 13.2.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
Assignee:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114609
--- Comment #2 from arnaud.lb at gmail dot com ---
I can not think of any location where this warning would make sense for this
code. The warning behaves as if we did this:
```
(&state)->member == 1 ? (_Bool)&state : (_Bool)0) ? 2 : 3;
```
In t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114622
Bug ID: 114622
Summary: memcmp -Wstringop-overread false positive
Product: gcc
Version: 13.2.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c