* tree-inline.c (expand_call_inline): DECL_SOURCE_LINE_FIRST is
commit8e3b4c7b42c78314b10fbe0c1763898833dc25e7
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 9 Jun 2003 12:57:15 +0000 (9 12:57 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 9 Jun 2003 12:57:15 +0000 (9 12:57 +0000)
tree2c36f0d548c266e7b466be2d29acaab8cb00f8e1
parent2f49e3cba18e41a18540499fae35c0f174372d5d
* tree-inline.c (expand_call_inline): DECL_SOURCE_LINE_FIRST is
removed.
* java/java-tree.h (DECL_FUNCTION_LAST_LINE): New.
(struct lang_decl_func): Add last_line field.
* java/parse.h (DECL_SOURCE_LINE_MERGE, DECL_SOURCE_LINE_FIRST,
DECL_SOURCE_LINE_LAST): Remove.
* java/parse.y (missing_return_error,
finish_method_declaration, lookup_cl, start_artificial_method_body,
source_end_java_method, start_complete_expand_method): Adjust.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67661 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/java/ChangeLog
gcc/java/java-tree.h
gcc/java/parse.h
gcc/java/parse.y
gcc/tree-inline.c