[Bug ipa/100831] New: Top-level function invocation not shown for warning in inlined function

2021-05-30 Thread jl_gccbugs at conductive dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100831 Bug ID: 100831 Summary: Top-level function invocation not shown for warning in inlined function Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal

[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 https://gcc.gnu.org/pipermail/gcc-help/2021-May

[Bug ipa/100801] New: Aggressive loop optimizations cause incorrect warning

2021-05-27 Thread jl_gccbugs at conductive dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100801 Bug ID: 100801 Summary: Aggressive loop optimizations cause incorrect warning Product: gcc Version: 11.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Com