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