Re: [RFC PATCH v3 27/78] target/riscv: add fallthrough pseudo-keyword

2023-10-15 Thread Alistair Francis
On Fri, Oct 13, 2023 at 6:52 PM Emmanouil Pitsidianakis wrote: > > In preparation of raising -Wimplicit-fallthrough to 5, replace all > fall-through comments with the fallthrough attribute pseudo-keyword. > > Signed-off-by: Emmanouil Pitsidianakis Acked-by: Alistair Francis Alistair > --- >

Re: [RFC PATCH v3 27/78] target/riscv: add fallthrough pseudo-keyword

2023-10-13 Thread Daniel Henrique Barboza
On 10/13/23 05:45, Emmanouil Pitsidianakis wrote: In preparation of raising -Wimplicit-fallthrough to 5, replace all fall-through comments with the fallthrough attribute pseudo-keyword. Signed-off-by: Emmanouil Pitsidianakis --- Reviewed-by: Daniel Henrique Barboza target/riscv/insn_

[RFC PATCH v3 27/78] target/riscv: add fallthrough pseudo-keyword

2023-10-13 Thread Emmanouil Pitsidianakis
In preparation of raising -Wimplicit-fallthrough to 5, replace all fall-through comments with the fallthrough attribute pseudo-keyword. Signed-off-by: Emmanouil Pitsidianakis --- target/riscv/insn_trans/trans_rvi.c.inc | 2 +- target/riscv/insn_trans/trans_rvzce.c.inc | 22 +++