* expr.c (cxx_expand_expr): Call gcc_unreachable instead of abort.
From-SVN: r108193
This commit is contained in:
parent
3a0fddeed4
commit
c60fb9672a
@ -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.
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user