https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60770
Orgad Shaneh changed:
What|Removed |Added
CC||orgads at gmail dot com
--- Comment #13 f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60770
--- Comment #15 from Orgad Shaneh ---
test.cpp: In function ‘int f(int)’:
test.cpp:7:11: warning: ‘q’ is used uninitialized in this function
[-Wuninitialized]
7 | return *p;
| ^
Is this the intended description? It doesn't
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120345
--- Comment #3 from Orgad Shaneh ---
Looks right. See analysis in
https://github.com/scummvm/scummvm/pull/6620#issuecomment-2886321894
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120345
Bug ID: 120345
Summary: array subscript is partly outside array bounds
Product: gcc
Version: 12.5.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: