Re: [PATCH] RISC-V: Fix parsing of Zic* extensions

2024-04-29 Thread Christoph Müllner
On Mon, Apr 29, 2024 at 5:58 AM Kito Cheng wrote: > > OK for trunk, and my understanding is that flag isn't really used in > code gen yet, so it's not necessary to port to GCC 14 branch? Pushed to master. Since the riscv_zi_subext masks of the affected extensions are applied to higher bits of ri

Re: [PATCH] RISC-V: Fix parsing of Zic* extensions

2024-04-28 Thread Kito Cheng
OK for trunk, and my understanding is that flag isn't really used in code gen yet, so it's not necessary to port to GCC 14 branch? On Mon, Apr 29, 2024 at 7:05 AM Christoph Müllner wrote: > > The extension parsing table entries for a range of Zic* extensions > does not match the mask definition i