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]

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


Author: dnovillo
Date: Tue Nov  1 06:32:03 2005
New Revision: 106319

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

	* c-omp.c (c_split_parallel_clauses): Do not handle
	OMP_CLAUSE_NOWAIT.
	* c-parser.c (c_parser_omp_all_clauses): When emitting an
	error message, remove the invalid clause from the list.

cp/
	* parser.c (cp_parser_omp_all_clauses): When emitting an
	error message, remove the invalid clause from the list.


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


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