aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/c-family/c-format.c2
-rw-r--r--gcc/cfganal.c2
-rw-r--r--gcc/fold-const-call.c2
-rw-r--r--gcc/gimple-ssa-store-merging.c2
-rw-r--r--gcc/tree.h2
5 files changed, 0 insertions, 10 deletions
diff --git a/gcc/c-family/c-format.c b/gcc/c-family/c-format.c
index e735e09..617fb5e 100644
--- a/gcc/c-family/c-format.c
+++ b/gcc/c-family/c-format.c
@@ -296,8 +296,6 @@ check_format_string (const_tree fntype, unsigned HOST_WIDE_INT format_num,
*no_add_attrs = true;
return false;
}
-
- gcc_unreachable ();
}
/* Under the control of FLAGS, verify EXPR is a valid constant that
diff --git a/gcc/cfganal.c b/gcc/cfganal.c
index 0cba612..48598e5 100644
--- a/gcc/cfganal.c
+++ b/gcc/cfganal.c
@@ -752,8 +752,6 @@ dfs_find_deadend (basic_block bb)
next = e ? e->dest : EDGE_SUCC (bb, 0)->dest;
}
}
-
- gcc_unreachable ();
}
diff --git a/gcc/fold-const-call.c b/gcc/fold-const-call.c
index d6cb9b1..c542e78 100644
--- a/gcc/fold-const-call.c
+++ b/gcc/fold-const-call.c
@@ -429,7 +429,6 @@ fold_const_logb (real_value *result, const real_value *arg,
}
return false;
}
- gcc_unreachable ();
}
/* Try to evaluate:
@@ -463,7 +462,6 @@ fold_const_significand (real_value *result, const real_value *arg,
}
return false;
}
- gcc_unreachable ();
}
/* Try to evaluate:
diff --git a/gcc/gimple-ssa-store-merging.c b/gcc/gimple-ssa-store-merging.c
index a00370e..29d5c24 100644
--- a/gcc/gimple-ssa-store-merging.c
+++ b/gcc/gimple-ssa-store-merging.c
@@ -4867,8 +4867,6 @@ lhs_valid_for_store_merging_p (tree lhs)
default:
return false;
}
-
- gcc_unreachable ();
}
/* Return true if the tree RHS is a constant we want to consider
diff --git a/gcc/tree.h b/gcc/tree.h
index f0e72b5..094501bd 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -5110,8 +5110,6 @@ reverse_storage_order_for_component_p (tree t)
default:
return false;
}
-
- gcc_unreachable ();
}
/* Return true if T is a storage order barrier, i.e. a VIEW_CONVERT_EXPR