> Hi, > > This patch fixes uninitialized memory errors which caused bootstrap to > fail on some distros (e.g. gcc12 on compile farm). This was reported > in https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80565 (and maybe also > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79224#c15). > > x86_64 bootstrap completed fine. I was unable to run and compare tests > (as I was unable to bootstrap compiler before the change) but > hopefully the fix is obvious.
OK, thanks! Honza > > -Yury