On 27/07/2020 12.26, Claudio Imbrenda wrote: > Fix compilation issues on 390x with gcc 10. > > Simply mark the inline functions that lead to a .insn with a variable > opcode as __always_inline, to make gcc 10 happy. > > Signed-off-by: Claudio Imbrenda <imbrenda@xxxxxxxxxxxxx> > --- > lib/s390x/asm/cpacf.h | 5 +++-- > s390x/emulator.c | 25 +++++++++++++------------ > 2 files changed, 16 insertions(+), 14 deletions(-) I wonder why they change the behavior there ... but ok, we're using "i" as constraint here, so I guess that's only fair that inlining has to be enforced here. Reviewed-by: Thomas Huth <thuth@xxxxxxxxxx>