Re: [PATCH][PR bootstrap/80565] Fixed bootstrap errors due to uninitialized memory

2017-06-29 Thread Jan Hubicka
> 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 boo

[PATCH][PR bootstrap/80565] Fixed bootstrap errors due to uninitialized memory

2017-06-29 Thread Yuri Gribov
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