Commit 7b55f98f by Marek Polacek Committed by Marek Polacek

re PR tree-optimization/48184 (ICE: SIGFPE (division by zero) in…

re PR tree-optimization/48184 (ICE: SIGFPE (division by zero) in compute_alignments () at final.c:731 with --param align-threshold=0 on basic code)

	PR tree-optimization/48184
	* params.def (PARAM_ALIGN_THRESHOLD): Increase the minimum
	value to 1.

From-SVN: r197816
parent 966b587e
2013-04-11 Marek Polacek <polacek@redhat.com>
PR tree-optimization/48184
* params.def (PARAM_ALIGN_THRESHOLD): Increase the minimum
value to 1.
2013-04-11 Eric Botcazou <ebotcazou@adacore.com> 2013-04-11 Eric Botcazou <ebotcazou@adacore.com>
* stor-layout.c (skip_simple_constant_arithmetic): Move to... * stor-layout.c (skip_simple_constant_arithmetic): Move to...
......
...@@ -376,7 +376,7 @@ DEFPARAM(HOT_BB_FREQUENCY_FRACTION, ...@@ -376,7 +376,7 @@ DEFPARAM(HOT_BB_FREQUENCY_FRACTION,
DEFPARAM (PARAM_ALIGN_THRESHOLD, DEFPARAM (PARAM_ALIGN_THRESHOLD,
"align-threshold", "align-threshold",
"Select fraction of the maximal frequency of executions of basic block in function given basic block get alignment", "Select fraction of the maximal frequency of executions of basic block in function given basic block get alignment",
100, 0, 0) 100, 1, 0)
DEFPARAM (PARAM_ALIGN_LOOP_ITERATIONS, DEFPARAM (PARAM_ALIGN_LOOP_ITERATIONS,
"align-loop-iterations", "align-loop-iterations",
......
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