https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110791
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://gcc.gnu.org/bugzill
| |a/show_bug.cgi?id=113994
--- Comment #8 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Wilco from comment #6)
>
> The bug happens on all targets with -fmodulo-sched -Os, eg. AArch64:
fmodulo-sched requires doloop form loops so on arm and aarch64, doloop is only
enabled with fmodulo-sched. I wonder if this was fixed with the fix for doloop:
r15-5940 (PR113994).