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
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