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 b2b39f2 commit 5f35ba7Copy full SHA for 5f35ba7
src/libcaf-gfortran-descriptor.h
@@ -51,6 +51,7 @@ typedef struct gfc_descriptor_t {
51
void *base_addr;
52
size_t offset;
53
ptrdiff_t dtype;
54
+ ptrdiff_t span;
55
descriptor_dimension dim[];
56
} gfc_descriptor_t;
57
0 commit comments