https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112510
--- Comment #14 from Vladimir Sadovnikov <sadko4u at gmail dot com> --- Seems that with GCC 7.6 it also will be reproducible because we have the same code there: ``` 40089c: bf 80 03 00 00 mov $0x380,%edi 4008a1: e8 6a fd ff ff call 400610 <__asan_stack_malloc_4@plt> 4008a6: 48 85 c0 test %rax,%rax 4008a9: 0f 84 bb fe ff ff je 40076a <_Z13gate_x1_curvePfPKfPKN3dsp11gate_knee_tEm+0x43> 4008af: 48 89 c3 mov %rax,%rbx 4008b2: e9 b3 fe ff ff jmp 40076a <_Z13gate_x1_curvePfPKfPKN3dsp11gate_knee_tEm+0x43> 4008b7: 48 c7 03 0e 36 e0 45 movq $0x45e0360e,(%rbx) ``` I'm not able to run it because it is compiled on machine which does not support AVX512.