]> gcc.gnu.org Git - gcc.git/commit
tree-inline.c (expand_call_inline): DECL_SOURCE_LINE_FIRST is removed.
authorNathan Sidwell <nathan@codesourcery.com>
Mon, 9 Jun 2003 12:57:15 +0000 (12:57 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Mon, 9 Jun 2003 12:57:15 +0000 (12:57 +0000)
commit36f04556d6bf6b8c272065bab473e354e8540ca9
tree2c36f0d548c266e7b466be2d29acaab8cb00f8e1
parent86143cb4c392278ae78e47eb4fe884ba82364d6f
tree-inline.c (expand_call_inline): DECL_SOURCE_LINE_FIRST is removed.

* 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.

From-SVN: r67661
gcc/ChangeLog
gcc/java/ChangeLog
gcc/java/java-tree.h
gcc/java/parse.h
gcc/java/parse.y
gcc/tree-inline.c
This page took 0.063347 seconds and 5 git commands to generate.