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

--- Comment #9 from Robin Dapp <rdapp at gcc dot gnu.org> ---
> No. vlre should not depend on vtype. It should be hardware bug.

Are you sure about that?  vmv1r also doesn't depend on a specific vtype, each
one is OK, but the vtype must at least be valid.  So we get a SIGILL for an
invalid vtype (i.e. when clobbered by a syscall).

I mean I wouldn't mind not fixing this if it's indeed a hardware issue but e.g.
the Banana Pi is widespread and it might look unfortunate if we just SIGILL for
a preventable reason.

Reply via email to