https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100801
Matthijs van Duin changed:
What|Removed |Added
CC||matthijsvanduin at gmail dot
com
-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100801
--- Comment #2 from Joel Linn ---
Great. In the meantime I will use
> if (count % 4 == 0) __builtin_unreachable();
at the start of the for loop to suppress the warning as suggested by Martin
Sebor https://gcc.gnu.org/pipermail/gcc-help/2021-May
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100801
Richard Biener changed:
What|Removed |Added
Component|ipa |tree-optimization
Keywords|