Commit f94df44d authored by rguenth's avatar rguenth
Browse files

2011-03-21 Richard Guenther <rguenther@suse.de>

	PR lto/48210
	* params.def (lto-partitions): Require at least 1 partition.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171234 138bc75d-0d04-0410-961f-82ee72b054a4
parent 1418b804
2011-03-21 Richard Guenther <rguenther@suse.de>
PR lto/48210
* params.def (lto-partitions): Require at least 1 partition.
2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* gthr-solaris.h: Remove.
......
......@@ -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",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment