]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
PR c/69918
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 Feb 2016 08:37:41 +0000 (08:37 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 Feb 2016 08:37:41 +0000 (08:37 +0000)
* params.def (PARAM_MAX_SSA_NAME_QUERY_DEPTH): Bump default from
2 to 3.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@233657 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/params.def

index 03f7a326d2682e0e77e8b5d1030ff5ba4c0097e6..64460e6ea3006ae6b347a18f76a3c4eeb9305e55 100644 (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>
 
index c0494fa2bd54f5d727643d092d2c0b60a8450f28..2ee631d9fc59a67295e2a355192a07c6054ff5f1 100644 (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",