gcc/gcc ChangeLog.gomp builtin-types.def c-par ...
rth@gcc.gnu.org
rth@gcc.gnu.org
Sun Sep 25 21:11:00 GMT 2005
CVSROOT: /cvs/gcc
Module name: gcc
Branch: gomp-20050608-branch
Changes by: rth@gcc.gnu.org 2005-09-25 21:11:06
Modified files:
gcc : ChangeLog.gomp builtin-types.def c-parser.c
gimplify.c omp-builtins.def
gcc/fortran : ChangeLog.gomp types.def
gcc/testsuite : ChangeLog.gomp
Added files:
gcc/testsuite/gcc.dg/gomp: sections-1.c sections-2.c
Log message:
* builtin-types.def (BT_FN_UINT_UINT): New.
(BT_FN_VOID_UINT_UINT): Remove.
* omp-builtins.def (BUILT_IN_GOMP_SECTIONS_START): Use BT_FN_UINT_UINT.
* c-parser.c (c_parser_pragma_omp_section): Remove.
(c_parse_init): Use c_parser_pragma_omp_no_args instead.
(c_parser_section_scope): Remove.
(c_parser_omp_sections_body): New.
(c_parser_omp_directive): Use it.
(c_parser_pragma_omp_parallel_for): Remove inline marker.
(c_parser_pragma_omp_parallel_sections): Likewise.
* gimplify.c (gimplify_omp_sections, gimplify_omp_section): New.
(gimplify_expr): Use them.
fortran/
* types.def (BT_FN_UINT_UINT): New.
(BT_FN_VOID_UINT_UINT): Remove.
testsuite/
* gcc.dg/gomp/sections-1.c, gcc.dg/gomp/sections-2.c: New.
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.34&r2=1.1.6.35
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/builtin-types.def.diff?cvsroot=gcc&only_with_tag=gomp-20050608-branch&r1=1.31.4.3&r2=1.31.4.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.19&r2=2.17.4.20
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.16&r2=2.135.4.17
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/omp-builtins.def.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/ChangeLog.gomp.diff?cvsroot=gcc&only_with_tag=gomp-20050608-branch&r1=1.1.2.6&r2=1.1.2.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/types.def.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/gcc/testsuite/ChangeLog.gomp.diff?cvsroot=gcc&only_with_tag=gomp-20050608-branch&r1=1.1.2.6&r2=1.1.2.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/gomp/sections-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/gcc/testsuite/gcc.dg/gomp/sections-2.c.diff?cvsroot=gcc&only_with_tag=gomp-20050608-branch&r1=NONE&r2=1.1.2.1
More information about the Gcc-cvs
mailing list