On Fri, Jun 11, 2021 at 08:45:53PM +0800, Kewen.Lin wrote: > on 2021/6/10 下午6:58, Segher Boessenkool wrote: > > On Thu, Jun 10, 2021 at 05:32:23PM +0800, Kewen.Lin wrote: > >> +/* { dg-do compile { target lp64 } } */ > > > > One final thing: what requires lp64 here? Could you try without please? > > The lp64 is required for lxsi[bh]zx and mvexts[bh]2d, without it > -m32 testing will have some failures as below:
Ah, those extends of course (and the loads fall out from that). I should have seen that, thanks :-) Segher