From 31bfbf1f68f16580c2038f07032f67e6101eaff5 Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Wed, 6 May 1998 14:21:02 +0000 Subject: Make output_operand_lossage report the real error, do not just call abort From-SVN: r19580 --- gcc/final.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/final.c') diff --git a/gcc/final.c b/gcc/final.c index 84214c5..226f42f 100644 --- a/gcc/final.c +++ b/gcc/final.c @@ -3143,7 +3143,7 @@ output_operand_lossage (str) if (this_is_asm_operands) error_for_asm (this_is_asm_operands, "invalid `asm': %s", str); else - abort (); + fatal ("Internal compiler error, output_operand_lossage `%s'", str); } /* Output of assembler code from a template, and its subroutines. */ -- cgit v1.1