]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR rtl-optimization/48182 (ICE: SIGSEGV in try_crossjump_to_edge (cfgcleanup.c...
authorMarek Polacek <polacek@redhat.com>
Mon, 8 Apr 2013 07:44:33 +0000 (07:44 +0000)
committerMarek Polacek <mpolacek@gcc.gnu.org>
Mon, 8 Apr 2013 07:44:33 +0000 (07:44 +0000)
PR rtl-optimization/48182
* params.def (PARAM_MIN_CROSSJUMP_INSNS): Increase the minimum
value to 1.

From-SVN: r197564

gcc/ChangeLog
gcc/params.def

index 966b2224544f5bfb3303759f6b937eb9db60bbf7..d3f40dd1da37e521aabb67499f2ff1ec7af13f60 100644 (file)
@@ -1,3 +1,9 @@
+2013-04-08  Marek Polacek  <polacek@redhat.com>
+
+       PR rtl-optimization/48182
+       * params.def (PARAM_MIN_CROSSJUMP_INSNS): Increase the minimum
+       value to 1.
+
 2013-04-06  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
 
        PR target/55487
index a25b8bce1ddc1e09dfbb43c0fe09b93ac3f883f2..1af6481da5f65ca8ade79d88a8878fb435b4896f 100644 (file)
@@ -433,7 +433,7 @@ DEFPARAM(PARAM_MAX_CROSSJUMP_EDGES,
 DEFPARAM(PARAM_MIN_CROSSJUMP_INSNS,
      "min-crossjump-insns",
      "The minimum number of matching instructions to consider for crossjumping",
-     5, 0, 0)
+     5, 1, 0)
 
 /* The maximum number expansion factor when copying basic blocks.  */
 DEFPARAM(PARAM_MAX_GROW_COPY_BB_INSNS,