Re: [C PATCH] fix crash when checking for compatibility of structures [PR116726]

2024-09-19 Thread Joseph Myers
On Tue, 17 Sep 2024, Martin Uecker wrote: > Here is a fix for a mistake I made when recursively checking for > type compatibility. > > > Bootstrapped and regression tested on x86-64. > > > c: fix crash when checking for compatibility of structures [PR116726] > > When checking for

[C PATCH] fix crash when checking for compatibility of structures [PR116726]

2024-09-17 Thread Martin Uecker
Here is a fix for a mistake I made when recursively checking for type compatibility. Bootstrapped and regression tested on x86-64. c: fix crash when checking for compatibility of structures [PR116726] When checking for compatibility of structure or union types in tagged_types