Re: [committed] Fix various sh tests to work with c23

2024-11-16 Thread Oleg Endo
On Sat, 2024-11-16 at 08:42 -0700, Jeff Law wrote: > A few SH tests want to create a bool typedef which doesn't work for c23. > Easiest fix which should have no impact on the test behavior would be > to just change the name of the typedef so that doesn't conflict. > > One test has a crazy f

[committed] Fix various sh tests to work with c23

2024-11-16 Thread Jeff Law
A few SH tests want to create a bool typedef which doesn't work for c23. Easiest fix which should have no impact on the test behavior would be to just change the name of the typedef so that doesn't conflict. One test has a crazy function signature (similar to the PRU test someone just fixed