https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122843
David Binderman <dcb314 at hotmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |needs-bisection,
| |needs-reduction
--- Comment #1 from David Binderman <dcb314 at hotmail dot com> ---
Same problem seems to occur with -funroll-loops:
foundBugs $ (ulimit -t 60; time ../results/bin/gcc -O2 -funroll-loops
-march=znver3 -c -w bug1144.c)
gcc: fatal error: Killed signal terminated program cc1
compilation terminated.
real 1m0.461s
user 0m59.036s
sys 0m1.086s
foundBugs $