We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ff6cf7 commit a56ef5eCopy full SHA for a56ef5e
flang/include/flang/Runtime/assign.h
@@ -57,7 +57,8 @@ extern "C" {
57
void RTDECL(Assign)(Descriptor &to, const Descriptor &from,
58
const char *sourceFile = nullptr, int sourceLine = 0);
59
void RTDECL(Assign_omp)(Descriptor &to, const Descriptor &from,
60
- const char *sourceFile = nullptr, int sourceLine = 0, int32_t omp_device = 0);
+ const char *sourceFile = nullptr, int sourceLine = 0,
61
+ int32_t omp_device = 0);
62
// This variant has no finalization, defined assignment, or allocatable
63
// reallocation.
64
void RTDECL(AssignTemporary)(Descriptor &to, const Descriptor &from,
0 commit comments