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]

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


Author: nathan
Date: Mon Oct 19 17:18:26 2015
New Revision: 228998

URL: https://gcc.gnu.org/viewcvs?rev=228998&root=gcc&view=rev
Log:
	gcc/
	* omp-low.c (oacc_loop_auto_partitions): New.
	(oacc_loop_partition): Call it.

	gcc/testsuite/
	* gfortran.dg/goacc/routine-4.f90: Add diagnostic.
	* gfortran.dg/goacc/routine-5.f90: Add diagnostic.
	* c-c++-common/goacc-gomp/nesting-1.c: Add diagnostic.
	* c-c++-common/goacc/routine-6.c: Add diagnostic.
	* c-c++-common/goacc/routine-7.c: Add diagnostic.

	libgomp/
	* testsuite/libgomp.oacc-c-c++-common/collapse-2.c: Force
	serialization.

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-gomp/nesting-1.c
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/routine-6.c
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/routine-7.c
    branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/goacc/routine-4.f90
    branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/goacc/routine-5.f90
    branches/gomp-4_0-branch/libgomp/ChangeLog.gomp
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/collapse-2.c


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