https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110091
Bug ID: 110091
Summary: bogus -Wdangling-pointer on non-pointer values
Product: gcc
Version: 12.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90809
Thomas De Schampheleire changed:
What|Removed |Added
CC||patrickdepinguin at gmail dot
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90816
Thomas De Schampheleire changed:
What|Removed |Added
CC||patrickdepinguin at gmail dot
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103173
--- Comment #4 from Thomas De Schampheleire
---
Note also that in the test program of comment #3, there is no problem if using
the 'password' or 'application' fields, rather than 'user', which is first in
the structure.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103173
--- Comment #3 from Thomas De Schampheleire
---
While the original test program failed on gcc 11.2.0 but not on gcc 9.4.0, I
now encounter a very similar case that does fail on gcc 9.4.0:
--
#include
#define MAX_N
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103736
Bug ID: 103736
Summary: snprintf bogus format-truncation, disregarding modulo
on argument
Product: gcc
Version: 11.2.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103542
Bug ID: 103542
Summary: bogus -Warray-bounds while index is limited by
switch/case
Product: gcc
Version: 11.2.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103173
Bug ID: 103173
Summary: strncpy output may be truncated copying 32 bytes from
a string of length 1439 (bogus)
[-Werror=stringop-truncation]
Product: gcc
Version:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88240
--- Comment #23 from Thomas De Schampheleire ---
Thanks a lot!