[Bug tree-optimization/119274] [15 Regression] False positive array-bounds warning

2025-03-14 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119274 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/119274] [15 Regression] False positive array-bounds warning

2025-03-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119274 --- Comment #8 from GCC Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:6470b4d749a0b9896b985858ee6eae095cd8a37a commit r15-8050-g6470b4d749a0b9896b985858ee6eae095cd8a37a Author: Richard Biener Date:

[Bug tree-optimization/119274] [15 Regression] False positive array-bounds warning

2025-03-14 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119274 Richard Biener changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot gnu.org

[Bug tree-optimization/119274] [15 Regression] False positive array-bounds warning

2025-03-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119274 --- Comment #6 from Andrew Pinski --- Created attachment 60750 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60750&action=edit trying to get a testcase fails without std::vector This one can be optimized in fre3 and we don't get the warn

[Bug tree-optimization/119274] [15 Regression] False positive array-bounds warning

2025-03-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119274 Andrew Pinski changed: What|Removed |Added Last reconfirmed|2025-03-13 00:00:00 | CC|

[Bug tree-optimization/119274] [15 Regression] False positive array-bounds warning

2025-03-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119274 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/119274] [15 Regression] False positive array-bounds warning

2025-03-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119274 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |15.0

[Bug tree-optimization/119274] [15 Regression] False positive array-bounds warning

2025-03-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119274 Andrew Pinski changed: What|Removed |Added Attachment #60742|0 |1 is obsolete|

[Bug tree-optimization/119274] [15 Regression] False positive array-bounds warning

2025-03-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119274 --- Comment #2 from Andrew Pinski --- Created attachment 60742 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60742&action=edit Slightly reduced ABle to remove the std::function part. but still has more missing.

[Bug tree-optimization/119274] [15 Regression] False positive array-bounds warning

2025-03-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119274 Andrew Pinski changed: What|Removed |Added Keywords||missed-optimization --- Comment #1 from