Message ID | alpine.LNX.2.00.1103211440520.810@zhemvz.fhfr.qr |
---|---|
State | New |
Headers | show |
Richard Guenther <rguenther@suse.de> 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, > "lto-partitions", > "Number of paritions program should be split to", Not your patch, but ^ typo. Rainer
On Mon, 21 Mar 2011, Rainer Orth wrote: > Richard Guenther <rguenther@suse.de> 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, > > "lto-partitions", > > "Number of paritions program should be split to", > > Not your patch, but ^ typo. (PR 47911.)
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, "lto-partitions", "Number of paritions program should be split to", - 32, 0, 0) + 32, 1, 0) DEFPARAM (MIN_PARTITION_SIZE, "lto-min-partition",