This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r106285 - in /branches/gomp-20050608-branch/gcc...


Author: dnovillo
Date: Mon Oct 31 18:54:05 2005
New Revision: 106285

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=106285
Log:

	* c-omp.c (c_split_parallel_clauses): Ignore OMP_CLAUSE_NOWAIT.
	* c-parser.c (c_parser_omp_parallel): Do not allow 'nowait' in
	combined parallel+workshare directives.
	omp-builtins.def: Add comments warning about ordering of some
	builtins.

cp/
	* parser.c (cp_parser_omp_parallel): Do not allow 'nowait' in
	combined parallel+workshare directives.

testsuite/

	* gcc.dg/gomp/sections-3.c: New test.
	* gcc.dg/gomp/parallel-4.c: New test.
	* g++.dg/gomp/parallel-5.C: New test.
	* g++.dg/gomp/sections-3.C: New test.



Added:
    branches/gomp-20050608-branch/gcc/testsuite/g++.dg/gomp/parallel-5.C
    branches/gomp-20050608-branch/gcc/testsuite/g++.dg/gomp/sections-3.C
    branches/gomp-20050608-branch/gcc/testsuite/gcc.dg/gomp/parallel-4.c
    branches/gomp-20050608-branch/gcc/testsuite/gcc.dg/gomp/sections-3.c
Modified:
    branches/gomp-20050608-branch/gcc/ChangeLog.gomp
    branches/gomp-20050608-branch/gcc/c-omp.c
    branches/gomp-20050608-branch/gcc/c-parser.c
    branches/gomp-20050608-branch/gcc/cp/ChangeLog.gomp
    branches/gomp-20050608-branch/gcc/cp/parser.c
    branches/gomp-20050608-branch/gcc/omp-builtins.def
    branches/gomp-20050608-branch/gcc/testsuite/ChangeLog.gomp


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]