-
Notifications
You must be signed in to change notification settings - Fork 13.5k
[Flang][OpenACC] fatal internal error: SemanticsContext::FindScope(): invalid source location for 'kernels loop' #136076
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
@llvm/issue-subscribers-flang-frontend Author: None (k-arrows)
See https://godbolt.org/z/YhPTend74
```f90
!$acc kernels loop gang
do i = 1, 100
a(i) = i + 1
end do
!$acc end kernels loop
end
```
|
klausler
added a commit
to klausler/llvm-project
that referenced
this issue
Apr 17, 2025
A combined construct needs to ensure that the source range of their initial statement is part of the source range of their scope. Fixes llvm#136076.
klausler
added a commit
that referenced
this issue
Apr 18, 2025
A combined construct needs to ensure that the source range of their initial statement is part of the source range of their scope. Fixes #136076.
llvm-sync bot
pushed a commit
to arm/arm-toolchain
that referenced
this issue
Apr 18, 2025
…ange (#136206) A combined construct needs to ensure that the source range of their initial statement is part of the source range of their scope. Fixes llvm/llvm-project#136076.
IanWood1
pushed a commit
to IanWood1/llvm-project
that referenced
this issue
May 6, 2025
…136206) A combined construct needs to ensure that the source range of their initial statement is part of the source range of their scope. Fixes llvm#136076.
IanWood1
pushed a commit
to IanWood1/llvm-project
that referenced
this issue
May 6, 2025
…136206) A combined construct needs to ensure that the source range of their initial statement is part of the source range of their scope. Fixes llvm#136076.
IanWood1
pushed a commit
to IanWood1/llvm-project
that referenced
this issue
May 6, 2025
…136206) A combined construct needs to ensure that the source range of their initial statement is part of the source range of their scope. Fixes llvm#136076.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See https://godbolt.org/z/YhPTend74
The text was updated successfully, but these errors were encountered: