Re: [RFC] aarch64: Add support for __BitInt

2024-01-11 Thread Jakub Jelinek
On Thu, Jan 11, 2024 at 09:53:33AM +0100, Jakub Jelinek wrote: > On Wed, Jan 10, 2024 at 07:05:39PM +, Andre Vieira (lists) wrote: > > This patch is still work in progress, but posting to show failure with > > bitint-7 test where handle_stmt called from lower_mergeable_stmt ICE's > > because

Re: [RFC] aarch64: Add support for __BitInt

2024-01-11 Thread Jakub Jelinek
On Wed, Jan 10, 2024 at 07:05:39PM +, Andre Vieira (lists) wrote: > This patch is still work in progress, but posting to show failure with > bitint-7 test where handle_stmt called from lower_mergeable_stmt ICE's > because the idx (3) is out of range for the __BitInt(135) with a limb_prec > of

Re: [RFC] aarch64: Add support for __BitInt

2024-01-10 Thread Andrew Pinski
On Wed, Jan 10, 2024 at 11:06 AM Andre Vieira (lists) wrote: > > Hi, > > This patch is still work in progress, but posting to show failure with > bitint-7 test where handle_stmt called from lower_mergeable_stmt ICE's > because the idx (3) is out of range for the __BitInt(135) with a > limb_prec

[RFC] aarch64: Add support for __BitInt

2024-01-10 Thread Andre Vieira (lists)
Hi, This patch is still work in progress, but posting to show failure with bitint-7 test where handle_stmt called from lower_mergeable_stmt ICE's because the idx (3) is out of range for the __BitInt(135) with a limb_prec of 64. I hacked gcc locally to work around this issue and still have