-
While some functionality for file system related operations exist in Fortran, some rather relevant operations are not standardized.
For example, figuring out whether a path is a directory:
https://s…
-
Towards #3777
Picked from https://people.math.sc.edu/Burkardt/f_src/openmp/openmp.html
```fortran
program main
!*****************************************************************************8…
-
@FortranFan submitted this at #105, I moved it to a separate issue here, so that we do not derail a discussion at #105.
---
Sorry for going off-topic but to me this proposal looks rather straigh…
-
Daer @complicatephenomenon ,
It seems that you are learning Fortran programming language (if not, please forgive me). This language is, in my opinion, the best one for *formula translation*: I am f…
-
* the IR is generated by classic-flang and reduced with **llvm-reduce**, and it compile fails: https://godbolt.org/z/sPs3GrxGK
> Assertion `!isa_and_nonnull(IE->getScope()) && "Unexpected function-…
vfdff updated
7 months ago
-
```fortran
integer(8) function foo(i,j
& ,k)
foo = i+j+k
end function
```
At call sites, this function tooltip will incorrectly show no arguments.
If the continuation character is put a…
-
Hello,
I am attempting to compile serial version of JAGURS ver. 0521 on Ubuntu in my PC. However, I encountered several errors:
```
mod_mygmt_gridio.f90:52:48:
52 | real(kind=4), …
-
* link to support ticket: [#2023090860001081](https://otrsdict.ugent.be/otrs/index.pl?Action=AgentTicketZoom;TicketID=130122)
* website: https://columbus-program-system.gitlab.io/columbus/
* install…
-
Package: boost-container:wasm32-emscripten@1.84.0
**Host Environment**
- Host: x64-windows
- Compiler: Clang 19.0.0
- vcpkg-tool version: 2024-03-14-7d353e869753e5609a1f1a057df3db8fd356e49d…
-
*Original issue*: https://gitlab.com/lfortran/lfortran/-/issues/112
I tried the example from https://www.fortran90.org/src/rosetta.html
```
lfortranmaster%=$cat test.f90
integer :: a(3)
a = [1,…