[Bug middle-end/92936] missing warning on a past-the-end store to a PHI

2024-10-30 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92936 --- Comment #5 from GCC Commits --- The master branch has been updated by Sam James : https://gcc.gnu.org/g:2dcb174385fd366282bf34bf95adbf918d5befda commit r15-4792-g2dcb174385fd366282bf34bf95adbf918d5befda Author: Sam James Date: Thu Oct 31

[Bug middle-end/92936] missing warning on a past-the-end store to a PHI

2020-11-29 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92936 Martin Sebor changed: What|Removed |Added Resolution|--- |FIXED Target Milestone|---

[Bug middle-end/92936] missing warning on a past-the-end store to a PHI

2020-11-29 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92936 --- Comment #3 from CVS Commits --- The master branch has been updated by Martin Sebor : https://gcc.gnu.org/g:eafe8ee7af13c39805ea09bbf5b4f9ab2a48304a commit r11-5523-geafe8ee7af13c39805ea09bbf5b4f9ab2a48304a Author: Martin Sebor Date: Sun

[Bug middle-end/92936] missing warning on a past-the-end store to a PHI

2020-11-03 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92936 Martin Sebor changed: What|Removed |Added Keywords||patch Ever confirmed|0

[Bug middle-end/92936] missing warning on a past-the-end store to a PHI

2020-01-08 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92936 --- Comment #1 from Richard Biener --- In full generality it would require inspecting all possible program paths (and then decide which ones are "impossible" to take). We're not doing that. Still we should have n = [3, 5] and yes, no info for p