diff options
Diffstat (limited to 'gcc/cp/method.c')
| -rw-r--r-- | gcc/cp/method.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cp/method.c b/gcc/cp/method.c index 8cb30a8..0848bd3 100644 --- a/gcc/cp/method.c +++ b/gcc/cp/method.c @@ -159,7 +159,7 @@ hack_identifier (value, name) fndecl = TREE_VALUE (fields); my_friendly_assert (TREE_CODE (fndecl) == FUNCTION_DECL, 251); /* I could not trigger this code. MvL */ - my_friendly_abort (980325); + abort (); #ifdef DEAD if (DECL_CHAIN (fndecl) == NULL_TREE) { @@ -1020,7 +1020,7 @@ implicitly_declare_fn (kind, type, const_p) break; } default: - my_friendly_abort (59); + abort (); } TREE_PARMLIST (args) = 1; |
