Commit d46cfcc0 by Jakub Jelinek Committed by Jakub Jelinek

re PR c/69918 (gcc.dg/torture/builtin-integral-1.c FAILs)

	PR c/69918
	* params.def (PARAM_MAX_SSA_NAME_QUERY_DEPTH): Bump default from
	2 to 3.

From-SVN: r233657
parent 340fd4c9
2016-02-24 Jakub Jelinek <jakub@redhat.com>
PR c/69918
* params.def (PARAM_MAX_SSA_NAME_QUERY_DEPTH): Bump default from
2 to 3.
2016-02-24 Jakub Jelinek <jakub@redhat.com>
Richard Biener <rguenth@suse.de>
PR middle-end/69909
......
......@@ -1191,7 +1191,7 @@ DEFPARAM (PARAM_MAX_SSA_NAME_QUERY_DEPTH,
"max-ssa-name-query-depth",
"Maximum recursion depth allowed when querying a property of an"
" SSA name.",
2, 1, 0)
3, 1, 0)
DEFPARAM (PARAM_MAX_RTL_IF_CONVERSION_INSNS,
"max-rtl-if-conversion-insns",
......
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