gcc gcc/ChangeLog.gomp gcc/c-parser.c gcc/gimp ...
dnovillo@gcc.gnu.org
dnovillo@gcc.gnu.org
Tue Sep 27 15:52:00 GMT 2005
CVSROOT: /cvs/gcc
Module name: gcc
Branch: gomp-20050608-branch
Changes by: dnovillo@gcc.gnu.org 2005-09-27 15:52:18
Modified files:
gcc : ChangeLog.gomp c-parser.c gimplify.c
tree-pretty-print.c tree.def tree.h
libgomp : ChangeLog
libgomp/testsuite/libgomp.dg: shared-1.c shared-2.c
Added files:
libgomp/testsuite/libgomp.dg: omp-single-1.c
Log message:
gcc/
* c-parser.c (c_parser_omp_directive): Handle OMP_SINGLE
* gcc/gimplify.c (gimplify_omp_single): New.
(gimplify_expr): Call it.
* tree-pretty-print.c (dump_generic_node): Handle OMP_SINGLE.
* tree.def (OMP_SINGLE): Add second operand.
* tree.h (OMP_SINGLE_CLAUSES): Define.
(OMP_SINGLE_BODY): Define.
libgomp/
* testsuite/libgomp.dg/omp-single-1.c: New test.
* testsuite/libgomp.dg/shared-1.c: Return 0.
Add prototype for abort.
* testsuite/libgomp.dg/shared-2.c: Likewise.
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.43&r2=1.1.6.44
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.22&r2=2.17.4.23
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.19&r2=2.135.4.20
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.13&r2=2.61.4.14
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.13&r2=1.116.4.14
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.15&r2=1.735.4.16
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgomp/ChangeLog.diff?cvsroot=gcc&only_with_tag=gomp-20050608-branch&r1=1.1.6.17&r2=1.1.6.18
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgomp/testsuite/libgomp.dg/omp-single-1.c.diff?cvsroot=gcc&only_with_tag=gomp-20050608-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgomp/testsuite/libgomp.dg/shared-1.c.diff?cvsroot=gcc&only_with_tag=gomp-20050608-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgomp/testsuite/libgomp.dg/shared-2.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