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]

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


Author: tschwinge
Date: Thu Jun 30 20:46:07 2016
New Revision: 237895

URL: https://gcc.gnu.org/viewcvs?rev=237895&root=gcc&view=rev
Log:
Only trigger the "avoid offloading" mechanism for -O2 and higher

	gcc/
	* config/nvptx/nvptx.c (nvptx_goacc_validate_dims): Only trigger
	the "avoid offloading" mechanism for -O2 and higher.
	libgomp/
	* testsuite/libgomp.oacc-c-c++-common/avoid-offloading-1.c:
	Update.
	* testsuite/libgomp.oacc-fortran/avoid-offloading-1.f: Update.

Modified:
    branches/gomp-4_0-branch/gcc/ChangeLog.gomp
    branches/gomp-4_0-branch/gcc/config/nvptx/nvptx.c
    branches/gomp-4_0-branch/libgomp/ChangeLog.gomp
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/avoid-offloading-1.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-fortran/avoid-offloading-1.f


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