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
This commit is contained in:
Richard Guenther 2011-03-21 13:42:27 +00:00 committed by Richard Biener
parent 5045335ee8
commit 9bfbc1ebb5
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
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.

View file

@ -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",