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 840e23a commit a01b58aCopy full SHA for a01b58a
openmp/libomptarget/test/offloading/struct_mapping_with_pointers.cpp
@@ -29,6 +29,7 @@ int main() {
29
30
dat.datum[7] = 7;
31
dat.more_datum[17] = 17;
32
+ dat.datum[dat.arr[0][0]] = 0;
33
34
/// The struct is mapped with type 0x0 when the pointer fields are mapped.
35
/// The struct is also map explicitely by the user. The second mapping by
0 commit comments