-
This program gives the output below it. Should lfortran have said more?
```
(lf2) john:~/Test/Lfortran$ cat teststring.f90
program teststring
implicit none
character(20):: string = '123456789…
-
Merge became permissible in a constant expression in f2003, but lfortran has not yet allowed it. Evidence:
```
(lf2) john:~/Test/Lfortran$ cat eptest.f90
program eptest
implicit none
integer,…
-
This program is not using only part of a character string but it does depend on // allowed between two arrays of strings. Should lfortran have given a seg. fault?
```
(lf2) john:~/Test/Lfortran$ ca…
-
I don't recall why I chose LF2 as the default state, it seems LF1 would be a more logical choice to avoid having to go LF2 -> LF1 as the initial jump.
-
This program couldn't flush the input_unit, which I had thought should always be connected.
```
(lf2) john:~/Test/Lfortran$ cat flush.f90
program flush
use iso_fortran_env, only: input_unit, out…
-
The error message from this program seems to refer to a format string of `character[:]` type, but the only place in the program where ```:``` appears is in a substring, which is of default character …
-
Hi,
What I do wrong with the layer_morphospace_LDA script as I get this error:
_Error in x$mod.pred$x[, axes] : subscript out of bounds_
library(Momocs)
lf
-
This program uses material first in iso_fortran_env in 2008 but lfortran complains.
```
(lf2) john:~/Test/Glist$ cat compilerdetails.f90
program compilerdetails
use iso_fortran_env, only: compil…
-
I discovered a strange error in my work, it seems like a bug?
It probably looks like a pretty contrived situation in the reprex below, but that is what I had to do to reproduce what I found.
For s…
-
Hi,
When I run this code:
library(Momocs)
lf