3 ! PR 54881: [4.8 Regression] [OOP] ICE in fold_convert_loc, at fold-const.c:2016
5 ! Contributed by Richard L Lozes <richard@lozestech.com>
10 type(treeNode
), pointer :: right
=> null()
15 if (associated(RightOf(n
))) call abort()
17 if (.not
.associated(RightOf(n
))) call abort()
22 function RightOf (theNode
)
23 class(treeNode
), pointer :: RightOf
24 type(treeNode
), intent(in
) :: theNode
25 RightOf
=> theNode
%right