]> git.ipfire.org Git - thirdparty/gcc.git/commit
Reinstate kernels-restrict behaviour
authorJulian Brown <julian@codesourcery.com>
Wed, 6 Mar 2019 22:44:56 +0000 (14:44 -0800)
committerKwok Cheung Yeung <kcy@codesourcery.com>
Tue, 21 Jun 2022 13:11:09 +0000 (14:11 +0100)
commit90d4c72130b639d27509d749a2c272b5315dd5c2
tree34118e840896ac3b2fdbe4799a04abc77a359c68
parent59e263c424125d3f404fa6ab5cdf0fde048e0916
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.
gcc/ChangeLog.omp
gcc/omp-low.cc