Thomas Schwinge:
c-c++-common/gomp/reverse-offload-1.c scan-tree-dump-times omplower "omp declare target[^ ]" 3
I somehow missed that – I saw it a shortly after the commit when working on something else — and it was also reported by two post-commit testers. The problem is related to implicit declare target of static variables (but not functions) – and seems as if somehow the target + 'device_type(host)' handling in omp-offload.cc caused that issue. Unfortunately, I have not found the time to fix it - due to too many other urgent things to handle, including patch review. However, it's next on my to-do list after one commit and one patch review ... Tobias
