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
This commit is contained in:
Jakub Jelinek 2016-02-24 09:37:41 +01:00 committed by Jakub Jelinek
parent 340fd4c9ce
commit d46cfcc0b9
2 changed files with 7 additions and 1 deletions

View file

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

View file

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