]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/testsuite/ChangeLog
Handle oacc region in oacc routine
authorTom de Vries <tom@codesourcery.com>
Sat, 5 Mar 2016 02:48:30 +0000 (02:48 +0000)
committerTom de Vries <vries@gcc.gnu.org>
Sat, 5 Mar 2016 02:48:30 +0000 (02:48 +0000)
commit640b7e74399b5875a0489281ea69a8779a2b1c29
tree9f48fa07012dca044bd5f99b9621b318f19a7afb
parent7a3a3fadb050d9e49b18d052cfc20191acdf4126
Handle oacc region in oacc routine

2016-03-05  Tom de Vries  <tom@codesourcery.com>

* omp-low.c (check_omp_nesting_restrictions): Check for non-oacc
construct in oacc routine.  Check for oacc region in oacc routine.

* c-c++-common/goacc/nesting-fail-1.c (f_acc_routine): New function.
* c-c++-common/goacc-gomp/nesting-fail-1.c (f_acc_routine): New
function.

From-SVN: r233998
gcc/ChangeLog
gcc/omp-low.c
gcc/testsuite/ChangeLog
gcc/testsuite/c-c++-common/goacc-gomp/nesting-fail-1.c
gcc/testsuite/c-c++-common/goacc/nesting-fail-1.c