From 178ca02d8350ea6aecf7a7c62e96ebeaac9f3937 Mon Sep 17 00:00:00 2001 From: Per Bothner Date: Thu, 21 May 1998 05:24:01 -0700 Subject: [PATCH] function.c (init_function_start): Don't call emit_line_note if lineno is 0. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit � * 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 --- gcc/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.30.2