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 35441a1 commit e8a3fd1Copy full SHA for e8a3fd1
test/compiler_test.f90
@@ -200,8 +200,8 @@ function check_specification_expression() result(result_)
200
contains
201
202
subroutine finalize_specification_expression
203
- integer :: size_object = size([object_t(dummy=0)]) ! Finalizes RHS function reference
204
- size_object = avoid_unused_variable_warning
+ character(len=size([object_t(dummy=this_image())])) :: string ! Finalizes RHS function reference
+ string = ""
205
end subroutine
206
207
end function
0 commit comments