diff options
author | Per Bothner <bothner@gcc.gnu.org> | 1998-05-21 05:24:01 -0700 |
---|---|---|
committer | Per Bothner <bothner@gcc.gnu.org> | 1998-05-21 05:24:01 -0700 |
commit | 178ca02d8350ea6aecf7a7c62e96ebeaac9f3937 (patch) | |
tree | 6028e573a8f6e1a658b31c541c3babe395e7a150 /gcc | |
parent | b274104c479b03bffb14266ae645e9d43f7a05b3 (diff) | |
download | gcc-178ca02d8350ea6aecf7a7c62e96ebeaac9f3937.zip gcc-178ca02d8350ea6aecf7a7c62e96ebeaac9f3937.tar.gz gcc-178ca02d8350ea6aecf7a7c62e96ebeaac9f3937.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1bca42d..96c7175 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Thu May 21 12:23:17 1998 Per Bothner <bothner@cygnus.com> + + * 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 <amylaar@cygnus.co.uk> * reload1.c (reload_reg_free_for_value_p): Fix RELOAD_FOR_INPUT |