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

--- Comment #1 from Sam James <sjames at gcc dot gnu.org> ---
This is xdp-tools at main (bdf1df5914331e5ce5f1d13f442a9c3d09595a65) with some
patches I'll put on a branch to build with GCC, from Jose then some stuff on
top from me so far.

The bad file is xdp-bench/xdp_redirect_devmap_multi.bpf.c:
```
0000000000000288 <tp_xdp_devmap_xmit_multi>:
 288:   79 10 08 00 00 00 00 00         ldxdw %r0,[%r1+8]
 290:   bf 15 00 00 00 00 00 00         mov %r5,%r1
 298:   79 52 00 00 00 00 00 00         ldxdw %r2,[%r5+0]
 2a0:   79 57 20 00 00 00 00 00         ldxdw %r7,[%r5+32]
 2a8:   81 01 00 00 00 00 00 00         ldxsw %r1,[%r0+0]
 2b0:   81 26 00 00 00 00 00 00         ldxsw %r6,[%r2+0]
 2b8:   b7 00 00 00 00 00 00 00         mov %r0,0
 2c0:   79 52 18 00 00 00 00 00         ldxdw %r2,[%r5+24]
 2c8:   bf a3 00 00 00 00 00 00         mov %r3,%r10
 2d0:   79 55 10 00 00 00 00 00         ldxdw %r5,[%r5+16]
 2d8:   07 03 00 00 c7 ff ff ff         add %r3,-57
 2e0:   18 09 00 00 00 00 00 00         lddw %r9,0
 2e8:   00 00 00 00 00 00 00 00
 2f0:   57 03 00 00 c0 ff ff ff         and %r3,-64
...
```

Reply via email to