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:23:59 +0000 (05:23 -0700)
committerPer Bothner <bothner@gcc.gnu.org>
Thu, 21 May 1998 12:23:59 +0000 (05:23 -0700)
commitb274104c479b03bffb14266ae645e9d43f7a05b3
treeb36eb6545f1a21373192e61974bef0d92a8b40b0
parentcecbf6e2b3fcef0f3bd4131d78775e65e5bdaf4a
function.c (init_function_start): Don't call emit_line_note if lineno is 0.

8
* function.c (init_function_start):  Don't call emit_line_note if
lineno is 0.  (Can happen when compiling Java .class files.)

From-SVN: r19930
gcc/function.c