]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix lexically-nested data mappings for no_alloc or optional arguments
authorJulian Brown <julian@codesourcery.com>
Tue, 21 May 2019 00:27:38 +0000 (17:27 -0700)
committerKwok Cheung Yeung <kcy@codesourcery.com>
Tue, 21 Jun 2022 13:11:15 +0000 (14:11 +0100)
commit43a2dffa47aefeba76866027a68bc7308df0a167
tree667f7c359de3808d9278ee60b8354a38d318086c
parent1665877ae57b9a2c9719da3db439d56196d2acd6
Fix lexically-nested data mappings for no_alloc or optional arguments

gcc/
* gimplify.cc (gimplify_adjust_omp_clauses_1): Support implied no_alloc
and optional arguments based on mappings in enclosing data regions.
gcc/ChangeLog.omp
gcc/gimplify.cc