[Bug tree-optimization/115201] Recursive binary search with struct iterator is not handled by tail Recursion

2024-05-22 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115201 --- Comment #6 from Andrew Pinski --- Created attachment 58274 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=58274&action=edit Slightly more reduced Slightly more reduced, foo3 should produce the same as foo4. Basically Tailr does not h

[Bug tree-optimization/115201] Recursive binary search with struct iterator is not handled by tail Recursion

2024-05-22 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115201 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Severity|normal