gcc/gcc ChangeLog.tree-ssa gimplify.c java/Cha ...
rth@gcc.gnu.org
rth@gcc.gnu.org
Tue Oct 14 07:14:00 GMT 2003
CVSROOT: /cvs/gcc
Module name: gcc
Branch: tree-ssa-20020619-branch
Changes by: rth@gcc.gnu.org 2003-10-14 07:14:24
Modified files:
gcc : ChangeLog.tree-ssa gimplify.c
gcc/java : ChangeLog.tree-ssa decl.c java-gimplify.c
parse.h parse.y
Log message:
* gimplify.c (gimplify_body): Save and restore input_location;
initialize input_location to DECL_SOURCE_LOCATION.
(gimplify_expr): Always save and restore input_location.
java/
* decl.c (finish_method): Set cfun->function_end_locus.
* java-gimplify.c (java_gimplify_expr): Set input_location
for EXPR_WITH_FILE_LOCATION. Use annotate_all_with_locus.
* parse.h (DECL_SOURCE_LINE_MERGE): Remove.
(DECL_SOURCE_LINE_FIRST, DECL_SOURCE_LINE_LAST): Remove.
* parse.y (missing_return_error): Use DECL_FUNCTION_LAST_LINE.
(finish_method_declaration): Likewise.
(start_artificial_method_body): Likewise.
(lookup_cl): Use DECL_SOURCE_LINE.
(start_complete_expand_method): Likewise.
(java_complete_lhs): Fix IS_EXPR_CODE_CLASS check.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.tree-ssa.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.1.2.736&r2=1.1.2.737
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/gimplify.c.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.1.2.93&r2=1.1.2.94
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/ChangeLog.tree-ssa.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.1.2.18&r2=1.1.2.19
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/decl.c.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.128.2.27&r2=1.128.2.28
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/java-gimplify.c.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.1.2.5&r2=1.1.2.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/parse.h.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.84.2.7&r2=1.84.2.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/parse.y.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.387.2.36&r2=1.387.2.37
More information about the Gcc-cvs
mailing list