Ondřej Čertík
Ondřej Čertík
Indeed, this is what I get: ```console $ lfortran a.f90 Undefined symbols for architecture arm64: "_f", referenced from: ___module_bench_mod_run in a.tmp_iOXS2Q0zswOqZrPW6K0lWE.o ld: symbol(s) not found for architecture arm64 clang: error:...
Yes, we don't support submodules yet.
@w6ws awesome, thanks for both bug reports!
@assem2002 can you please also review it?
I think the implicit deallocate only deallocates if it is allocated. The regular deallocate would give an error (at least it should in our Debug mode). So this is only...
> So this is only needed in a for loop? And it happens only in a for loop? @xaerru please let me know the answers. So that we can get...
> This will insert it even if the assignment is not in a loop. So now before _every_ assignment we insert a deallocate check? If so, that would negate the...
Ok, let's keep this PR as a draft for now.
The CI failed with https://github.com/lfortran/lfortran/issues/8969, but it's not clear if it is caused by this PR.
Thanks for the bug reports. Regarding ``` [ 90%] Linking CXX executable test_stacktrace /usr/bin/ld: cannot find /lib64/libm.so.6: No such file or directory /usr/bin/ld: cannot find /lib64/libmvec.so.1: No such file or...