From: Per Bothner Date: Thu, 21 May 1998 12:24:01 +0000 (-0700) Subject: function.c (init_function_start): Don't call emit_line_note if lineno is 0. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=178ca02d8350ea6aecf7a7c62e96ebeaac9f3937;p=gcc.git function.c (init_function_start): Don't call emit_line_note if lineno is 0. � * function.c (init_function_start): Don't call emit_line_note if lineno is 0. (Can happen when compiling Java .class files.) From-SVN: r19931 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1bca42dae8c..96c71755ca6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Thu May 21 12:23:17 1998 Per Bothner + + * function.c (init_function_start): Don't call emit_line_note if + lineno is 0. (Can happen when compiling Java .class files.) + Thu May 21 19:50:13 1998 J"orn Rennecke * reload1.c (reload_reg_free_for_value_p): Fix RELOAD_FOR_INPUT