When Fortran does not have implicit none and it finds an undeclared symbol then it produces the following error:
raise VisitorError(
psyclone.psyir.backend.visitor.VisitorError: Visitor Error: The following symbols are not explicitly declared or imported from a module and there are no wildcard imports which could be bringing them into scope: 'symbol_name'
There is no plan to fix this but the issue has been created for reference.
When Fortran does not have
implicit noneand it finds an undeclared symbol then it produces the following error:There is no plan to fix this but the issue has been created for reference.