r170660 - in /branches/gomp-3_1-branch: gcc/Cha...

jakub@gcc.gnu.org jakub@gcc.gnu.org
Thu Mar 3 19:28:00 GMT 2011


Author: jakub
Date: Thu Mar  3 19:28:53 2011
New Revision: 170660

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170660
Log:
	* c-parser.c (c_parser_omp_clause_reduction): Handle min and max.
	* c-typeck.c (c_finish_omp_clauses): Handle MIN_EXPR and MAX_EXPR.

	* parser.c (cp_parser_omp_clause_reduction): Handle min and max.
	* semantics.c (finish_omp_clauses): Handle MIN_EXPR and MAX_EXPR.

	* testsuite/libgomp.c/reduction-6.c: New test.
	* testsuite/libgomp.c++/reduction-4.C: New test.

Added:
    branches/gomp-3_1-branch/libgomp/testsuite/libgomp.c++/reduction-4.C
    branches/gomp-3_1-branch/libgomp/testsuite/libgomp.c/reduction-6.c
Modified:
    branches/gomp-3_1-branch/gcc/ChangeLog
    branches/gomp-3_1-branch/gcc/c-parser.c
    branches/gomp-3_1-branch/gcc/c-typeck.c
    branches/gomp-3_1-branch/gcc/cp/ChangeLog
    branches/gomp-3_1-branch/gcc/cp/parser.c
    branches/gomp-3_1-branch/gcc/cp/semantics.c
    branches/gomp-3_1-branch/libgomp/ChangeLog



More information about the Gcc-cvs mailing list