projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
183596e
)
Use gcc_unreachable () instead of gcc_assert (FALSE) in latest commit.
author
Eric Botcazou
<ebotcazou@gcc.gnu.org>
Mon, 16 Jan 2006 20:11:35 +0000
(20:11 +0000)
committer
Eric Botcazou
<ebotcazou@gcc.gnu.org>
Mon, 16 Jan 2006 20:11:35 +0000
(20:11 +0000)
From-SVN: r109768
gcc/fold-const.c
patch
|
blob
|
history
diff --git
a/gcc/fold-const.c
b/gcc/fold-const.c
index d568d8d3528c97e041620d172d5b7d99ac28b98f..2b71ef315eb149e8c7e76d6e4f970d81148f43b3 100644
(file)
--- a/
gcc/fold-const.c
+++ b/
gcc/fold-const.c
@@
-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