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

--- Comment #3 from Jeffrey Walton <noloader at gmail dot com> ---
(In reply to Andrew Pinski from comment #2)
> This is invalid.
> The instruction which is failing is:
>   9c: f0 00 02 d0     xxspltib vs0,0
>
> Which is only valid in power9 and above.
> You need to mark CPU_ProbePower9 not to be compiled with -mcpu=power9, by
> using the target attribute.

I have to use it because I am using the POWER9 ISA.

Reply via email to