]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix tree check failure with reduction localization
authorJulian Brown <julian@codesourcery.com>
Fri, 6 Sep 2019 11:42:16 +0000 (04:42 -0700)
committerKwok Cheung Yeung <kcy@codesourcery.com>
Tue, 21 Jun 2022 13:11:18 +0000 (14:11 +0100)
commit9793ca937c6c88b944870259c87b934cf9747d0b
treee02696159b7019d9649ae9b1c0694d7527ecc9b6
parent0855e5375422156e27e60e820a26265016ffb23e
Fix tree check failure with reduction localization

gcc/
* gimplify.cc (gimplify_omp_workshare): Use OMP_CLAUSES, OMP_BODY
instead of OMP_TARGET_CLAUSES, OMP_TARGET_BODY.
gcc/ChangeLog.omp
gcc/gimplify.cc