Skip to content
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

[flang][OpenMP][omp2012] Not yet implemented OpenMP Block construct clauses #56004

Closed
NimishMishra opened this issue Jun 13, 2022 · 6 comments
Closed
Assignees
Labels
bug Indicates an unexpected problem or unintended behavior flang:frontend openmp

Comments

@NimishMishra
Copy link
Contributor

OpenMP Block construct clauses still err out.

! ERROR: flang-new -c -o rtc03.o -fopenmp rc03.f90
! SUCCESS: gfortran -c -o rtc03.o -fopenmp rc03.f90

program sample

integer :: k

!$omp parallel default(shared)
!$omp end parallel
end program sample
@llvmbot
Copy link
Collaborator

llvmbot commented Jun 13, 2022

@llvm/issue-subscribers-flang-frontend

@llvmbot
Copy link
Collaborator

llvmbot commented Jun 13, 2022

@llvm/issue-subscribers-openmp

@PeixinQiao
Copy link
Contributor

@NimishMishra You may assign this to yourself. Please wait for the patch of firstprivate clause with barrier or rebase your patch depending on that to proceed the review. Prefer the latter.

@NimishMishra NimishMishra self-assigned this Jun 13, 2022
@psteinfeld psteinfeld added the bug Indicates an unexpected problem or unintended behavior label Jun 6, 2023
@llvmbot
Copy link
Collaborator

llvmbot commented Jun 6, 2023

@llvm/issue-subscribers-bug

@kiranchandramohan
Copy link
Contributor

@NimishMishra The reproducer seems to work now? Can this be closed or is there something else that needs to be fixed?

@NimishMishra
Copy link
Contributor Author

@kiranchandramohan The reproducer works now. We can close this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or unintended behavior flang:frontend openmp
Projects
None yet
Development

No branches or pull requests

6 participants