Re: [PATCH] Fix PR48210

2011-03-21 Thread Richard Guenther
On Mon, 21 Mar 2011, Rainer Orth wrote: > Richard Guenther writes: > > > DEFPARAM (MIN_PARTITION_SIZE, > > "lto-min-partition", > > - "Size of minimal paritition for WHOPR (in estimated instructions)", > > + "Minimal size of a paritition for LTO (in estimated instructions)", > >

Re: [PATCH] Fix PR48210

2011-03-21 Thread Rainer Orth
Richard Guenther writes: > DEFPARAM (MIN_PARTITION_SIZE, > "lto-min-partition", > - "Size of minimal paritition for WHOPR (in estimated instructions)", > + "Minimal size of a paritition for LTO (in estimated instructions)", Another typo :-)^ Rainer

Re: [PATCH] Fix PR48210

2011-03-21 Thread Richard Guenther
On Mon, 21 Mar 2011, Joseph S. Myers wrote: > On Mon, 21 Mar 2011, Rainer Orth wrote: > > > Richard Guenther writes: > > > > > Index: gcc/params.def > > > === > > > --- gcc/params.def(revision 171229) > > > +++ gcc/params.d

Re: [PATCH] Fix PR48210

2011-03-21 Thread Joseph S. Myers
On Mon, 21 Mar 2011, Rainer Orth wrote: > Richard Guenther writes: > > > Index: gcc/params.def > > === > > --- gcc/params.def (revision 171229) > > +++ gcc/params.def (working copy) > > @@ -868,7 +868,7 @@ DEFPARAM (PARAM_DEVIRT_T

Re: [PATCH] Fix PR48210

2011-03-21 Thread Rainer Orth
Richard Guenther writes: > Index: gcc/params.def > === > --- gcc/params.def(revision 171229) > +++ gcc/params.def(working copy) > @@ -868,7 +868,7 @@ DEFPARAM (PARAM_DEVIRT_TYPE_LIST_SIZE, > DEFPARAM (PARAM_LTO_PARTITIONS, >

[PATCH] Fix PR48210

2011-03-21 Thread Richard Guenther
Pretty obvious, require at least 1 partition. Richard. 2011-03-31 Richard Guenther PR lto/48210 * params.def (lto-partitions): Require at least 1 partition. Index: gcc/params.def === --- gcc/params.def (rev