Re: [PATCH] RISC-V: Properly parse the letter 'p' in '-march'.

2021-05-19 Thread Kito Cheng via Gcc-patches
Hi Geng: Thanks for your patch, committed with minor tweaks for gcc_assert. On Tue, May 18, 2021 at 2:31 PM Geng Qi via Gcc-patches wrote: > > gcc/ChangeLog: > * common/config/riscv/riscv-common.c > (riscv_subset_list::parsing_subset_version): Properly parse the letter >

[PATCH] RISC-V: Properly parse the letter 'p' in '-march'.

2021-05-17 Thread Geng Qi via Gcc-patches
gcc/ChangeLog: * common/config/riscv/riscv-common.c (riscv_subset_list::parsing_subset_version): Properly parse the letter 'p' in '-march'. (riscv_subset_list::parse_std_ext, riscv_subset_list::parse_multiletter_ext): To handle errors generated in ri

[PATCH] RISC-V: Properly parse the letter 'p' in '-march'.

2021-05-17 Thread Geng Qi via Gcc-patches
gcc/ChangeLog: * common/config/riscv/riscv-common.c (riscv_subset_list::parsing_subset_version): Properly parse the letter 'p' in '-march'. gcc/testsuite/ChangeLog: * gcc.target/riscv/arch-12.c: New. * gcc.target/riscv/attribute-19.c: New. --- gcc/common/co