2002-12-05 Ranjit Mathew <rmathew@hotmail.com>
Andrew Haley <aph@redhat.com>
* parse.y (source_end_java_method): Remove custom encoding of line
numbers for a function decl before passing it to the back end.
From-SVN: r64510
+2003-03-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
+
+ Backport:
+ 2002-12-05 Ranjit Mathew <rmathew@hotmail.com>
+ Andrew Haley <aph@redhat.com>
+
+ * parse.y (source_end_java_method): Remove custom encoding of line
+ numbers for a function decl before passing it to the back end.
+
2003-02-05 Gabriel Dos Reis <gdr@integrable-solutions.net>
* gcj.texi: Bump version.
lineno = DECL_SOURCE_LINE_LAST (fndecl);
expand_function_end (input_filename, lineno, 0);
+ DECL_SOURCE_LINE (fndecl) = DECL_SOURCE_LINE_FIRST (fndecl);
+
/* Run the optimizers and output assembler code for this function. */
rest_of_compilation (fndecl);
}