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]

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


Author: tschwinge
Date: Thu Mar 20 14:33:28 2014
New Revision: 208701

URL: http://gcc.gnu.org/viewcvs?rev=208701&root=gcc&view=rev
Log:
Nesting of OpenACC constructs inside of OpenACC data constructs.

	gcc/
	* omp-low.c (check_omp_nesting_restrictions): Allow nesting of
	OpenACC constructs inside of OpenACC data constructs.
	gcc/testsuite/
	* c-c++-common/goacc/nesting-1.c: New file.
	* c-c++-common/goacc/nesting-data-1.c: Likewise.
	* c-c++-common/goacc/nesting-fail-1.c: Update.

Added:
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/nesting-1.c
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/nesting-data-1.c
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/nesting-fail-1.c


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