Re: [PATCH] RISC-V: Compute default ABI from -mcpu or -march

2022-06-08 Thread pc.wang via Gcc-patches
Thanks for your opinion! I did these just because LLVM has already done the same thing and I wanted to make GCC with the same behavior of LLVM. The only difference is that LLVM has no handling for ilp32f and lp64f and I have sent a patch to do it (sees https://reviews.llvm.org/D125947). As for R

Re: [PATCH] C++: add type checking for static local vector variable in template

2021-09-16 Thread pc.wang via Gcc-patches
I move the verify_type_context code to cp_finish_decl and it works. I will send the new patch later. -- Sender:Jason Merrill Sent At:2021 Sep. 16 (Thu.) 05:04 Recipient:wangpc ; gcc-patches Subject:Re: [PATCH] C++: add type checking