[Bug c/116458] New valgrind error in search_line_ssse3

2024-08-22 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116458 --- Comment #2 from Richard Biener --- It's likely the tail padding we possibly inspect, with now unrolling the loop twice to improve the number of badly predictable branches we can now end up with inspecting a completely uninitialized qword. T

[Bug c/116458] New valgrind error in search_line_ssse3

2024-08-22 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116458 David Binderman changed: What|Removed |Added CC||amonakov at gcc dot gnu.org --- Comme