[Bug tree-optimization/60770] disappearing clobbers

2021-01-27 Thread orgads at gmail dot com via Gcc-bugs
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

[Bug tree-optimization/60770] disappearing clobbers

2021-01-27 Thread orgads at gmail dot com via Gcc-bugs
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

[Bug ipa/120345] array subscript is partly outside array bounds

2025-05-20 Thread orgads at gmail dot com via Gcc-bugs
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

[Bug c++/120345] New: array subscript is partly outside array bounds

2025-05-19 Thread orgads at gmail dot com via Gcc-bugs
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: