Assem Medhat
Assem Medhat
Reference tests need an update.
Example showed here should be using GFortan/C descriptor `CFI_cdesc_t`. we don't support that feature, and I don't know if we should to. I think `fpm` doesn't have that exact use...
valgrind memory report ``` 5 ==1872687== ==1872687== HEAP SUMMARY: ==1872687== in use at exit: 0 bytes in 0 blocks ==1872687== total heap usage: 20 allocs, 20 frees, 1,499 bytes allocated...
I think we also need to use the same utilities of finalization with `deallocate` statement, as it for sure leaks now. As we'll end up having LLVM-finalization function per type,...
I tried running the MRE with latest lfortran, it ran without segfault. Is that the right MRE?
Awesome! Then I think that one could be related https://github.com/lfortran/lfortran/issues/9045