Re: [PATCH] RX: Restrict displacement ranges in "Q" constraint

2025-02-03 Thread Yoshinori Sato
On Thu, 30 Jan 2025 00:11:01 +0900, Jeff Law wrote: > > > > On 1/29/25 3:47 AM, Yoshinori Sato wrote: > > When using the "Q" constraint in the inline assembler, the displacement > > value > > could exceed the range specified by the instruction. > > To avoid this issue, a displacement range chec

Re: [PATCH] RX: Restrict displacement ranges in "Q" constraint

2025-01-29 Thread Jeff Law
On 1/29/25 3:47 AM, Yoshinori Sato wrote: When using the "Q" constraint in the inline assembler, the displacement value could exceed the range specified by the instruction. To avoid this issue, a displacement range check is added to the "Q" constraint. Thanks. I've pushed this to the trunk, e