function.c (init_function_start): Don't call emit_line_note if lineno is 0.
authorPer Bothner <bothner@gcc.gnu.org>
Thu, 21 May 1998 12:24:01 +0000 (05:24 -0700)
committerPer Bothner <bothner@gcc.gnu.org>
Thu, 21 May 1998 12:24:01 +0000 (05:24 -0700)
commit178ca02d8350ea6aecf7a7c62e96ebeaac9f3937
tree6028e573a8f6e1a658b31c541c3babe395e7a150
parentb274104c479b03bffb14266ae645e9d43f7a05b3
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
gcc/ChangeLog