r135259 - in /branches/gimple-tuples-branch/gcc...
aldyh@gcc.gnu.org
aldyh@gcc.gnu.org
Tue May 13 10:25:00 GMT 2008
Author: aldyh
Date: Tue May 13 10:25:32 2008
New Revision: 135259
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=135259
Log:
* omp-low.c (scan_omp_op): Remove walk_subtrees. Call walk_tree.
(scan_omp_for): Scan OMP body.
(scan_omp_1_stmt): Set handled_ops_p.
(expand_omp_parallel): Parse ADDR_EXPR correctly.
(diagnose_sb_1): Rename walk_subtrees to handled_ops_p and set
appropriately.
(diagnose_sb_2): Same.
* gimple-pretty-print.c (dump_gimple_omp_for): Print braces around
OMP body.
* tree-inline.c (estimate_num_insns): GIMPLE_OMP_CONTINUE does not
have a body.
* tree-cfg.c (move_stmt_op): Parse move_stmt_d out of data correctly.
(move_stmt_r): Rename walk_subtrees to handled_ops_p and set
appropriately.
Modified:
branches/gimple-tuples-branch/gcc/ChangeLog.tuples
branches/gimple-tuples-branch/gcc/gimple-pretty-print.c
branches/gimple-tuples-branch/gcc/omp-low.c
branches/gimple-tuples-branch/gcc/tree-cfg.c
branches/gimple-tuples-branch/gcc/tree-inline.c
More information about the Gcc-cvs
mailing list