gcc/gcc ChangeLog.gomp gimplify.c omp-low.c tr ...
rth@gcc.gnu.org
rth@gcc.gnu.org
Sat Oct 22 00:30:00 GMT 2005
CVSROOT: /cvs/gcc
Module name: gcc
Branch: gomp-20050608-branch
Changes by: rth@gcc.gnu.org 2005-10-22 00:30:09
Modified files:
gcc : ChangeLog.gomp gimplify.c omp-low.c
tree-pretty-print.c tree.def tree.h
Log message:
* tree.def (OMP_FOR): Increase size.
* tree.h (OMP_FOR_PRE_BODY): New.
* gimplify.c (gimplify_omp_for): Use OMP_FOR_PRE_BODY for pre-queue
for the INIT, COND, or INCR expressions.
* omp-low.c (scan_omp_for): Scan OMP_FOR_PRE_BODY.
(scan_omp_nested): Likewise.
(expand_omp_for_1): Expand OMP_FOR_PRE_BODY.
(diagnose_sb_1, diagnose_sb_2): Scan all OMP_FOR fields.
* tree-pretty-print.c (dump_generic_node) <OMP_FOR>: Handle
printing OMP_FOR_PRE_BODY.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.gomp.diff?cvsroot=gcc&only_with_tag=gomp-20050608-branch&r1=1.1.6.101&r2=1.1.6.102
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/gimplify.c.diff?cvsroot=gcc&only_with_tag=gomp-20050608-branch&r1=2.135.4.34&r2=2.135.4.35
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/omp-low.c.diff?cvsroot=gcc&only_with_tag=gomp-20050608-branch&r1=1.1.2.34&r2=1.1.2.35
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-pretty-print.c.diff?cvsroot=gcc&only_with_tag=gomp-20050608-branch&r1=2.61.4.19&r2=2.61.4.20
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree.def.diff?cvsroot=gcc&only_with_tag=gomp-20050608-branch&r1=1.116.4.20&r2=1.116.4.21
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree.h.diff?cvsroot=gcc&only_with_tag=gomp-20050608-branch&r1=1.735.4.23&r2=1.735.4.24
More information about the Gcc-cvs
mailing list