[Bug middle-end/97374] missing essential detail in array parameter overflow warning

2021-09-26 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97374 Andrew Pinski changed: What|Removed |Added Last reconfirmed||2021-09-26 Ever confirmed|0

[Bug middle-end/97374] missing essential detail in array parameter overflow warning

2020-10-11 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97374 --- Comment #2 from Martin Sebor --- This was prompted by warnings like the one below in a build of the kernel: drivers/gpu/drm/i915/intel_pm.c:3062:9: warning: ‘intel_print_wm_latency’ reading 16 bytes from a region of size 10

[Bug middle-end/97374] missing essential detail in array parameter overflow warning

2020-10-11 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97374 Martin Sebor changed: What|Removed |Added Keywords||diagnostic --- Comment #1 from Martin