r232751 - in /branches/gomp-4_0-branch: gcc/Cha...

nathan@gcc.gnu.org nathan@gcc.gnu.org
Fri Jan 22 22:08:00 GMT 2016


Author: nathan
Date: Fri Jan 22 22:08:16 2016
New Revision: 232751

URL: https://gcc.gnu.org/viewcvs?rev=232751&root=gcc&view=rev
Log:
	gcc/
	* omp-low.c (struct oacc_loop): Add 'inner' field.
	(new_oacc_loop_raw): Initialize it to zero.
	(oacc_loop_fixed_partitions): Initialize it.
	(oacc_loop_auto_partitions): Partition outermost loop to outermost
	available partitioning.

	gcc/testsuite/
	* c-c++-common/goacc/loop-auto-1.c: Adjust expected warnings.

	libgomp/
	* testsuite/libgomp.oacc-c-c++-common/loop-auto-1.c: Adjust
	expected partitioning.

Modified:
    branches/gomp-4_0-branch/gcc/ChangeLog.gomp
    branches/gomp-4_0-branch/gcc/omp-low.c
    branches/gomp-4_0-branch/gcc/testsuite/ChangeLog.gomp
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/loop-auto-1.c
    branches/gomp-4_0-branch/libgomp/ChangeLog.gomp
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/loop-auto-1.c



More information about the Gcc-cvs mailing list