]> git.ipfire.org Git - people/ms/gcc.git/commit
Reinstate kernels-restrict behaviour
authorJulian Brown <julian@codesourcery.com>
Wed, 6 Mar 2019 22:44:56 +0000 (14:44 -0800)
committerThomas Schwinge <thomas@codesourcery.com>
Tue, 3 Mar 2020 11:13:54 +0000 (12:13 +0100)
commit53632d9a514707e40bb4ddc891635b32c52f7dae
tree7895813bc611e997beb65cb3100385f6ccef80c8
parentc40efbf10d4ce8be1f30715f586da648746fd868
Reinstate kernels-restrict behaviour

This patch contains a small fix for upstream churn relative to the last version
posted.

2018-09-20  Cesar Philippidis  <cesar@codesourcery.com>
    Julian Brown  <julian@codesourcery.com>

* omp-low.c (install_var_field): New base_pointer_restrict
argument.
(scan_sharing_clauses): Update call to install_var_field.
(omp_target_base_pointers_restrict_p): New function.
(scan_omp_target): Update call to install_var_field.

(cherry picked from openacc-gcc-9-branch commit
99a4260fe264624136eda666363464eba48bdc3e)
gcc/ChangeLog.omp
gcc/omp-low.c