On Wed, 19 Mar 2014, Steven Bosscher wrote:

> On Wed, Mar 19, 2014 at 12:10 PM, Richard Biener wrote:
> > Index: gcc/ggc-page.c
> > ===================================================================
> > --- gcc/ggc-page.c      (revision 208642)
> > +++ gcc/ggc-page.c      (working copy)
> > @@ -1199,6 +1199,8 @@ ggc_round_alloc_size (size_t requested_s
> >    return size;
> >  }
> >
> > +int may_alloc = 1;
> 
> "bool may_alloc"?

It's only checking code I didn't commit.  We may of course alloc
but I wanted to prove we don't.

Richard.

Reply via email to