[flang-commits] [flang] [flang] Allow OpenMP declarations before type declarations (PR #112414)

via flang-commits flang-commits at lists.llvm.org
Wed Oct 16 09:00:09 PDT 2024


ashe2 wrote:

What happens if implicit typing is required? For example,
```
subroutine s1
  save x1
  !$omp threadprivate (x1)
end subroutine
```

https://github.com/llvm/llvm-project/pull/112414


More information about the flang-commits mailing list