[Bug tree-optimization/100801] Aggressive loop optimizations cause incorrect warning

2021-07-30 Thread matthijsvanduin at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100801 Matthijs van Duin changed: What|Removed |Added CC||matthijsvanduin at gmail dot com

[Bug tree-optimization/100801] Aggressive loop optimizations cause incorrect warning

2021-05-28 Thread jl_gccbugs at conductive dot de via Gcc-bugs
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

[Bug tree-optimization/100801] Aggressive loop optimizations cause incorrect warning

2021-05-28 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100801 Richard Biener changed: What|Removed |Added Component|ipa |tree-optimization Keywords|