Skip to content

Commit 5f35ba7

Browse files
committed
Partial fix for GCC trunk/8 descriptor change
1 parent b2b39f2 commit 5f35ba7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libcaf-gfortran-descriptor.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ typedef struct gfc_descriptor_t {
5151
void *base_addr;
5252
size_t offset;
5353
ptrdiff_t dtype;
54+
ptrdiff_t span;
5455
descriptor_dimension dim[];
5556
} gfc_descriptor_t;
5657

0 commit comments

Comments
 (0)