* expr.c (cxx_expand_expr): Call gcc_unreachable instead of abort.

From-SVN: r108193
This commit is contained in:
Volker Reichelt 2005-12-07 21:55:19 +00:00 committed by Volker Reichelt
parent 3a0fddeed4
commit c60fb9672a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-12-07 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
* expr.c (cxx_expand_expr): Call gcc_unreachable instead of abort.
2005-12-07 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
* cp-gimplify.c (gimplify_cp_loop): Use fold_build3.

View File

@ -113,7 +113,7 @@ cxx_expand_expr (tree exp, rtx target, enum machine_mode tmode, int modifier,
case OFFSET_REF:
/* Offset refs should not make it through to here. */
abort ();
gcc_unreachable ();
case EMPTY_CLASS_EXPR:
/* We don't need to generate any code for an empty class. */