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
> changes in generated/ in case anybody wants to test, but does not have
> --enable-maintainer-mode on their system.  This version of the patch
> compresses very well indeed :-)
> 
> Regression-tested.  OK for trunk?
> 

Yes, OK

with following nit.

On the last hunk of diff there is a misspelling in the existing comment:

> +          if (n >= rank)
>              {
>                /* Break out of the look.  */

I think the word look should be loop ?

Jerry

Reply via email to