diff options
Diffstat (limited to 'gcc/final.c')
-rw-r--r-- | gcc/final.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/final.c b/gcc/final.c index 1fd30c2847d..70d6add6818 100644 --- a/gcc/final.c +++ b/gcc/final.c @@ -3390,10 +3390,7 @@ output_operand_lossage (msgid) if (this_is_asm_operands) error_for_asm (this_is_asm_operands, "invalid `asm': %s", _(msgid)); else - { - error ("output_operand: %s", _(msgid)); - abort (); - } + internal_error ("output_operand: %s", _(msgid)); } /* Output of assembler code from a template, and its subroutines. */ |