https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103438
--- Comment #14 from Nils Smeds <nils.smeds at gmail dot com> --- OK, the wording "aggressive" makes it look counter-intuitive that it is set at -O0, but apparently it is correct. /Nils On Thu, Dec 2, 2021 at 3:02 PM marxin at gcc dot gnu.org < gcc-bugzi...@gcc.gnu.org> wrote: > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103438 > > --- Comment #12 from Martin Liška <marxin at gcc dot gnu.org> --- > > I notice that you don't see -faggressive-loop-optimizations in your diff > > output of the patch. > > Correct. The option should be enabled at all levels: > > faggressive-loop-optimizations > Common Var(flag_aggressive_loop_optimizations) Optimization Init(1) > Aggressively optimize loops using language constraints. > > There's Init(1). > > -- > You are receiving this mail because: > You reported the bug. > You are on the CC list for the bug.