Ondřej Čertík
Ondřej Čertík
A test has to be added.
Yes, as long a this matmul_01.f90 test works with LLVM, we can fix the C++ backend after we merge simplifier.
Yes, definitely. I've been using doctest for years, it's great. The speed of compilation is essential. Yes, go ahead and submit a PR. Thanks!
It's probably counting the program itself as well.
The reference tests have to be updated via `./run_tests.py -u`.
I think in ASR (and LPython) we support kinds 1, 2, 4, 8. It might not be all exposed in LFortran yet.
See https://github.com/lfortran/lfortran/pull/4869 for how to fix this.
Looks like Pranav helped at https://github.com/lfortran/lfortran/pull/4939#pullrequestreview-2341082210.
Thanks. Just open up a new issue for every new warning or hint that we should do.
> A small extra price when freeing, but this is not done so often in application programs. At the very least we should put an assert statement that the pointer...