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]

r132552 - in /branches/gomp-3_0-branch: gcc/Cha...


Author: jakub
Date: Fri Feb 22 13:13:21 2008
New Revision: 132552

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132552
Log:
	* c-omp.c (c_finish_omp_for): Change decl/init/cond/incr arguments
	to TREE_VECs, check arguments for all collapsed loops.
	* c-parser.c (c_parser_omp_for_loop): Parse collapsed loops.

	* semantics.c (finish_omp_for): Adjust c_finish_omp_for caller,
	pass one entry TREE_VECs instead of decl/expressions.

	* gcc.dg/gomp/collapse-1.c: New test.

	* testsuite/libgomp.c/collapse-2.c: New test.

Added:
    branches/gomp-3_0-branch/gcc/testsuite/gcc.dg/gomp/collapse-1.c
    branches/gomp-3_0-branch/libgomp/testsuite/libgomp.c/collapse-2.c
Modified:
    branches/gomp-3_0-branch/gcc/ChangeLog.gomp
    branches/gomp-3_0-branch/gcc/c-omp.c
    branches/gomp-3_0-branch/gcc/c-parser.c
    branches/gomp-3_0-branch/gcc/cp/ChangeLog.gomp
    branches/gomp-3_0-branch/gcc/cp/semantics.c
    branches/gomp-3_0-branch/gcc/testsuite/ChangeLog.gomp
    branches/gomp-3_0-branch/libgomp/ChangeLog.gomp


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