r199998 - in /branches/gomp-4_0-branch/gcc/cp: ...

jakub@gcc.gnu.org jakub@gcc.gnu.org
Wed Jun 12 13:00:00 GMT 2013


Author: jakub
Date: Wed Jun 12 13:00:45 2013
New Revision: 199998

URL: http://gcc.gnu.org/viewcvs?rev=199998&root=gcc&view=rev
Log:
	* semantics.c (finish_omp_clause): Don't mark references addressable.
	For OMP_CLAUSE_{TO,FROM} detect same decl appearing more than once
	in motion clauses.
	* parser.c (cp_parser_omp_var_list_no_open): Handle [ expression ]
	notation in array section specification.
	(cp_parser_omp_all_clauses): Don't require to/from clauses to be
	first.
	(cp_parser_omp_target_update): Adjust diagnostics.

Modified:
    branches/gomp-4_0-branch/gcc/cp/ChangeLog.gomp
    branches/gomp-4_0-branch/gcc/cp/parser.c
    branches/gomp-4_0-branch/gcc/cp/semantics.c



More information about the Gcc-cvs mailing list