On 4/1/19 5:11 AM, Richard Henderson wrote:
# *** RV64C Standard Extension (Quadrant 0) ***c_addi4spn 000 ........ ... 00 @ciw -c_fld 001 ... ... .. ... 00 @cl_d -c_lw 010 ... ... .. ... 00 @cl_w +fld 001 ... ... .. ... 00 @cl_d +lw 010 ... ... .. ... 00 @cl_w
This leads to a redefinition of arg_lw and arg_fld for which clang emits a warning as found by Peter as he wanted to merge the original pull request for RISC-V-dt. The same goes for all other merged args.
Cheers, Bastian