@@ -81,10 +81,10 @@ function f(x) result(y)
81
81
message% j /= content% j, &
82
82
message% k /= content% k, &
83
83
message% l /= content% l, &
84
- message% r .neqv. content% r, &
85
- message% s .neqv. content% s, &
86
- message% t /= content% t, &
87
- any ( message% u /= content% u ) &
84
+ message% r .neqv. content% r, &
85
+ message% s .neqv. content% s, &
86
+ message% t /= content% t, &
87
+ any ( message% u /= content% u ) &
88
88
] )
89
89
90
90
if ( any (failures) ) error stop " Test failed in non-allocatable block."
@@ -110,22 +110,22 @@ function f(x) result(y)
110
110
string_array= [text], &
111
111
scalar= (0 .,1 .), &
112
112
vector= reshape ( [integer :: ], [0 ]), &
113
- matrix= reshape ( [.true. ], [1 ,1 ]), &
113
+ matrix= reshape ( [.true. ], [1 ,1 ]), &
114
114
superstring= reshape ([1 ,2 ,3 ,4 ], [2 ,1 ,2 , 1 ,1 ,1 , 1 ,1 ,1 , 1 ,1 ,1 , 1 ,1 ,1 ]) &
115
115
)
116
116
117
117
if (me== sender) alloc_message = alloc_content
118
118
119
- call co_broadcast(alloc_message,source_image= sender)
119
+ call co_broadcast(alloc_message,source_image= sender)
120
120
121
- associate( failures = > [ &
122
- alloc_message% string /= alloc_content% string, &
123
- alloc_message% string_array /= alloc_content% string_array, &
124
- alloc_message% scalar /= alloc_content% scalar, &
125
- alloc_message% vector /= alloc_content% vector, &
126
- alloc_message% matrix .neqv. alloc_content% matrix, &
127
- alloc_message% superstring /= alloc_content% superstring &
128
- ] )
121
+ associate( failures = > [ &
122
+ alloc_message% string /= alloc_content% string, &
123
+ alloc_message% string_array /= alloc_content% string_array, &
124
+ alloc_message% scalar /= alloc_content% scalar, &
125
+ alloc_message% vector /= alloc_content% vector, &
126
+ alloc_message% matrix .neqv. alloc_content% matrix, &
127
+ alloc_message% superstring /= alloc_content% superstring &
128
+ ] )
129
129
130
130
if ( any (failures) ) error stop " Test failed in allocatable block."
131
131
0 commit comments