gcc/gcc ChangeLog.tree-ssa c-simplify.c gimpli ...
rth@gcc.gnu.org
rth@gcc.gnu.org
Tue Oct 14 00:13:00 GMT 2003
CVSROOT: /cvs/gcc
Module name: gcc
Branch: tree-ssa-20020619-branch
Changes by: rth@gcc.gnu.org 2003-10-14 00:13:01
Modified files:
gcc : ChangeLog.tree-ssa c-simplify.c gimplify.c
tree-simple.h tree.c tree.h
gcc/cp : ChangeLog.tree-ssa pt.c
gcc/fortran : ChangeLog trans.c
gcc/java : ChangeLog.tree-ssa decl.c
Log message:
* c-simplify.c (c_gimplify_stmt): Upreate on location_t and not
fine and line individually.
(gimplify_c_loop, gimplify_switch_stmt): Likewise.
* gimplify.c (wfl_locus): Merge wfl_filename+wfl_lineno.
(annotate_all_with_locus_1): Rename from annotate_stmt_with_file_line.
(annotate_all_with_locus): Replace annotate_all_with_file_line;
update all callers.
* tree-simple.h: Update.
* tree.c, tree.h (annotate_with_locus): New.
cp/
* pt.c (push_tinst_level): Use annotate_with_locus.
fortran/
* trans.c (gfc_trans_code): Use annotate_all_with_locus.
java/
* decl.c (java_add_stmt): Use annotate_with_locus.
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.734&r2=1.1.2.735
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-simplify.c.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.1.4.72&r2=1.1.4.73
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.92&r2=1.1.2.93
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-simple.h.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.1.4.32&r2=1.1.4.33
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree.c.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.263.2.58&r2=1.263.2.59
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree.h.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.342.2.107&r2=1.342.2.108
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.tree-ssa.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.1.2.45&r2=1.1.2.46
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/pt.c.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.591.2.37&r2=1.591.2.38
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/ChangeLog.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.1.2.56&r2=1.1.2.57
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/trans.c.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.1.2.4&r2=1.1.2.5
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.17&r2=1.1.2.18
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.26&r2=1.128.2.27
More information about the Gcc-cvs
mailing list