Re: [PATCH] bitint: Fix tree node sharing bug [PR114209]

2024-03-04 Thread Richard Biener
On Mon, 4 Mar 2024, Jakub Jelinek wrote: > Hi! > > We ICE on the following testcase due to invalid tree sharing. > The second hunk fixes that, the first one is from me looking around at > other spots which might need end up with invalid tree sharing too. > > Bootstrapped/regtested on

[PATCH] bitint: Fix tree node sharing bug [PR114209]

2024-03-04 Thread Jakub Jelinek
Hi! We ICE on the following testcase due to invalid tree sharing. The second hunk fixes that, the first one is from me looking around at other spots which might need end up with invalid tree sharing too. Bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk? 2024-03-04 Jakub