[Bug tree-optimization/100038] -Warray-bound triggers false positives with __builtin_unreachable after a loop

2025-04-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100038 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |12.0 Resolution|---

[Bug tree-optimization/100038] -Warray-bound triggers false positives with __builtin_unreachable after a loop

2025-04-28 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100038 --- Comment #14 from GCC Commits --- The trunk branch has been updated by Andrew Pinski : https://gcc.gnu.org/g:07a14a490b8f57dfe2a5b853fb4b88e9e124a92b commit r16-238-g07a14a490b8f57dfe2a5b853fb4b88e9e124a92b Author: Andrew Pinski Date: Sa

[Bug tree-optimization/100038] -Warray-bound triggers false positives with __builtin_unreachable after a loop

2025-04-05 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100038 --- Comment #13 from Andrew Pinski --- Testcase submitted: https://gcc.gnu.org/pipermail/gcc-patches/2025-April/680233.html

[Bug tree-optimization/100038] -Warray-bound triggers false positives with __builtin_unreachable after a loop

2025-04-04 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100038 Sam James changed: What|Removed |Added Keywords|needs-bisection | --- Comment #12 from Sam James --- It sta

[Bug tree-optimization/100038] -Warray-bound triggers false positives with __builtin_unreachable after a loop

2025-04-04 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100038 Andrew Pinski changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |pinskia at gcc dot gnu.org

[Bug tree-optimization/100038] -Warray-bound triggers false positives with __builtin_unreachable after a loop

2025-04-04 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100038 --- Comment #10 from Sam James --- Bisecting. Can you handle the testcase when that's done?

[Bug tree-optimization/100038] -Warray-bound triggers false positives

2025-04-04 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100038 Andrew Pinski changed: What|Removed |Added Known to fail||11.1.0 Keywords|

[Bug tree-optimization/100038] -Warray-bound triggers false positives

2022-02-09 Thread foom at fuhm dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100038 James Y Knight changed: What|Removed |Added CC||foom at fuhm dot net --- Comment #8 fr