Commit 9bfbc1eb by Richard Guenther Committed by Richard Biener

re PR lto/48210 (ICE: SIGFPE with -flto --param lto-partitions=0 on basic code)

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

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

From-SVN: r171234
parent 5045335e
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