On Tue, Sep 09, 2025 at 01:07:12PM -0700, Steve Kargl wrote: > On Tue, Sep 09, 2025 at 09:32:41PM +0200, Harald Anlauf wrote: > > > > Running the related tests under valgrind did not reveal anything. > > The maybe-uninitialized errors are bogus. > > > > Well, no. -Wmaybe-uninitialized is a warning. GCC > (on FreeBSD) could not determine if these would be > used unintialized (that's the **maybe** portion). > -Werror turns the warnings into errors.
Setting the three entities to NUL_TREE fixes bootstrap and everything passes regression. -- Steve