]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Use gcc_unreachable () instead of gcc_assert (FALSE) in latest commit.
authorEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 16 Jan 2006 20:11:35 +0000 (20:11 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 16 Jan 2006 20:11:35 +0000 (20:11 +0000)
From-SVN: r109768

gcc/fold-const.c

index d568d8d3528c97e041620d172d5b7d99ac28b98f..2b71ef315eb149e8c7e76d6e4f970d81148f43b3 100644 (file)
@@ -7198,7 +7198,7 @@ fold_minmax (enum tree_code code, tree type, tree op0, tree op1)
   else if (code == MAX_EXPR)
     compl_code = MIN_EXPR;
   else
-    gcc_assert (FALSE);
+    gcc_unreachable ();
 
   /* MIN (MAX (a, b), b) == b.  */
   if (TREE_CODE (op0) == compl_code