Re: [patch, libfortran] Fix part of PR 79956

2017-03-09 Thread Jerry DeLisle
On 03/09/2017 01:32 PM, Thomas Koenig wrote: > Hello world, > > the attached patch fixes a part of PR 79956, where > warnings about maybe uninitialized variables broke > bootstrap-O3 due to -Wmaybe-uninitialized warnings. > > I have also attached a compressed version of the patch including the >

[patch, libfortran] Fix part of PR 79956

2017-03-09 Thread Thomas Koenig
Hello world, the attached patch fixes a part of PR 79956, where warnings about maybe uninitialized variables broke bootstrap-O3 due to -Wmaybe-uninitialized warnings. I have also attached a compressed version of the patch including the changes in generated/ in case anybody wants to test, but doe