gcc/gcc ChangeLog.gomp c-common.h c-omp.c c-pa ...
dnovillo@gcc.gnu.org
dnovillo@gcc.gnu.org
Fri Sep 23 15:46:00 GMT 2005
CVSROOT: /cvs/gcc
Module name: gcc
Branch: gomp-20050608-branch
Changes by: dnovillo@gcc.gnu.org 2005-09-23 15:46:31
Modified files:
gcc : ChangeLog.gomp c-common.h c-omp.c c-parser.c
c-tree.h c-typeck.c gimple-low.c gimplify.c
tree-gimple.c tree-pretty-print.c tree.def
tree.h
gcc/fortran : ChangeLog.gomp trans-openmp.c
Log message:
* c-common.h (c_finish_omp_for): Declare
* c-omp.c (c_finish_omp_for): Rename from c_finish_gomp_for
and move from ...
* c-typeck.c (c_finish_gomp_for): ... here.
* c-tree.h (c_finish_gomp_for): Remove.
* gimple-low.c: Rename gomp_* symbols into omp_*.
Update all users.
* gimplify.c: Likewise.
* tree.def: Rename GOMP_* tree codes to OMP_*.
Update all users.
* tree.h: Likewise.
fortran/
* trans-openmp.c: Rename GOMP_* tree codes into OMP_*.
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.26&r2=1.1.6.27
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-common.h.diff?cvsroot=gcc&only_with_tag=gomp-20050608-branch&r1=1.294.4.4&r2=1.294.4.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-omp.c.diff?cvsroot=gcc&only_with_tag=gomp-20050608-branch&r1=1.1.2.3&r2=1.1.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-parser.c.diff?cvsroot=gcc&only_with_tag=gomp-20050608-branch&r1=2.17.4.14&r2=2.17.4.15
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-tree.h.diff?cvsroot=gcc&only_with_tag=gomp-20050608-branch&r1=1.203.4.5&r2=1.203.4.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-typeck.c.diff?cvsroot=gcc&only_with_tag=gomp-20050608-branch&r1=1.450.4.7&r2=1.450.4.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/gimple-low.c.diff?cvsroot=gcc&only_with_tag=gomp-20050608-branch&r1=2.24.4.10&r2=2.24.4.11
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.10&r2=2.135.4.11
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-gimple.c.diff?cvsroot=gcc&only_with_tag=gomp-20050608-branch&r1=2.38.4.4&r2=2.38.4.5
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.7&r2=2.61.4.8
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.8&r2=1.116.4.9
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.10&r2=1.735.4.11
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/ChangeLog.gomp.diff?cvsroot=gcc&only_with_tag=gomp-20050608-branch&r1=1.1.2.2&r2=1.1.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/trans-openmp.c.diff?cvsroot=gcc&only_with_tag=gomp-20050608-branch&r1=1.1.2.1&r2=1.1.2.2
More information about the Gcc-cvs
mailing list