gcc/gcc ChangeLog ChangeLog.tree-ssa c-simplif ...
jason@gcc.gnu.org
jason@gcc.gnu.org
Fri Nov 14 08:16:00 GMT 2003
CVSROOT: /cvs/gcc
Module name: gcc
Branch: tree-ssa-20020619-branch
Changes by: jason@gcc.gnu.org 2003-11-14 08:16:57
Modified files:
gcc : ChangeLog ChangeLog.tree-ssa c-simplify.c
calls.c gimplify.c tree-cfg.c tree-dfa.c
tree-flow.h tree.c tree.h
Log message:
PR middle-end/12526
* tree.c (build): A CALL_EXPR has side-effects if its arguments do.
* calls.c (call_expr_flags): New fn.
* tree.h: Declare it.
* tree-cfg.c (call_expr_flags): Move to calls.c.
* tree-flow.h: Move prototype to tree.h.
PR c++/13033
* c-simplify.c (gimplify_c_loop): Wrap the increment in a
CLEANUP_POINT_EXPR.
* tree-dfa.c (get_stmt_operands) <ASM_EXPR>: A memory clobber
clobbers all call-clobbered variables. Clobber clobber.
* gimplify.c (canonicalize_component_ref): Remove redundant call
to recalculate_side_effects.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.14646.2.106&r2=1.14646.2.107
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.863&r2=1.1.2.864
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.83&r2=1.1.4.84
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/calls.c.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.229.2.34&r2=1.229.2.35
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.113&r2=1.1.2.114
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-cfg.c.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.1.4.214&r2=1.1.4.215
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-dfa.c.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.1.4.175&r2=1.1.4.176
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-flow.h.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.1.4.148&r2=1.1.4.149
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.67&r2=1.263.2.68
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.124&r2=1.342.2.125
More information about the Gcc-cvs
mailing list