Skip to content

[flang][OpenMP] atomic write on complex #113479

Closed
@tblah

Description

@tblah
program complex_write
  complex :: z
  !$omp atomic write
    z = cmplx(1,1,kind(x))
end program

This currently hits an assertion guarding types allowed to be used in an atomic write. Similar work has been done already for atomic update and atomic read:

Metadata

Metadata

Assignees

Labels

enhancementImproving things as opposed to bug fixing, e.g. new or missing featurellvm:openmpirbuilderIssues related to problems in the llvm-project/lib/Frontend/OpenMP/OMPIRBuilder.cpp

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions