444110 priv/guest_ppc_toIR.c:36198:31: warning: duplicated 'if' condition.
459476 vgdb: allow address reuse to avoid "address already in use" errorsuse" errors
462830 WARNING: unhandled amd64-freebsd syscall: 474
+463027 broken check for MPX instruction support in assembler
To see details of a given bug, visit
https://bugs.kde.org/show_bug.cgi?id=XXXXXX
asm ("bndmov %bnd0,(%rsp)");
asm ("bndldx 3(%rbx,%rdx), %bnd2");
asm ("bnd call foo\n"
- bnd jmp end\n"
- foo: bnd ret\n"
- end: nop");
+ "bnd jmp end\n"
+ "foo: bnd ret\n"
+ "end: nop");
} while (0)
]])], [
ac_have_as_mpx=yes