RE: [PATCH V1] RISC-V: Fix a bug that causes an error insn.

2023-08-08 Thread Li, Pan2 via Gcc-patches
] RISC-V: Fix a bug that causes an error insn. OK for trunk and GCC 13 :) On Tue, Aug 8, 2023 at 2:46 PM juzhe.zh...@rivai.ai wrote: > > LGTM. Thanks for fixing it. > > @kito: Hi, kito. This is the bug also exists in GCC-13, can we backport to > GCC-13? > > > > ju

Re: [PATCH V1] RISC-V: Fix a bug that causes an error insn.

2023-08-08 Thread Kito Cheng via Gcc-patches
OK for trunk and GCC 13 :) On Tue, Aug 8, 2023 at 2:46 PM juzhe.zh...@rivai.ai wrote: > > LGTM. Thanks for fixing it. > > @kito: Hi, kito. This is the bug also exists in GCC-13, can we backport to > GCC-13? > > > > juzhe.zh...@rivai.ai > > From: shiyulong > Date: 2023-08-08 12:12 > To: gcc-patch

Re: [PATCH V1] RISC-V: Fix a bug that causes an error insn.

2023-08-07 Thread juzhe.zh...@rivai.ai
LGTM. Thanks for fixing it. @kito: Hi, kito. This is the bug also exists in GCC-13, can we backport to GCC-13? juzhe.zh...@rivai.ai From: shiyulong Date: 2023-08-08 12:12 To: gcc-patches CC: kito.cheng; wuwei2016; jiawei; shihua; chenyixuan; juzhe.zhong; pan2.li; yulong Subject: [PATCH V1]