https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87071

--- Comment #4 from Uroš Bizjak <ubizjak at gmail dot com> ---
(In reply to Sergey Kondakov from comment #3)

> If your code is correct then whose isn't ?
Instructions are generated by the compiler. So, it is the compiler's fault, it
probably emits a SSE instruction that your processor doesn't understand.

That said, at least we need a runtime testcase that fails on your target. If
this is not possible, then please at least decompile the library and show the
instruction that fails. We also need preprocessed source and exact
instructions, how to build the source, so the illegal insn will be generated.

Also, please read https://gcc.gnu.org/bugs/

Reply via email to