[flang-commits] [flang] [flang] Fix seg fault `CodeGenAction::executeAction()` (PR #78269)

Kareem Ergawy via flang-commits flang-commits at lists.llvm.org
Tue Jan 16 05:02:00 PST 2024


ergawy wrote:

Note that I came across this issue while testing:
```
flang-new -c -fopenmp target.f90
```

For this input:
```
subroutine omp_target_enter_nowait
   integer :: a(1024)
   !$omp target enter data map(to: a) nowait
end subroutine omp_target_enter_nowait

```

I am currently looking into this issue and will hopefully open a separate PR (cc @agozillon just FYI).

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


More information about the flang-commits mailing list