-
This 3-line program prints ```NaN``` with gfortran, g95, ifx, ifort, or AMD flang:
```
real:: x = -8.0
print "(F0.1)", x**(1.0/3.0)
end program
```
but lfortran 0.42.0 prints this:
```
…
-
## Minimal Reproducible Example
```f90
integer function sub1()
implicit none
integer :: g
integer :: sub2
g = 2
sub1 = sub2(g)
end function
integer function sub2(x)
…
-
# Summary
|New Failures|gcc|g++|gfortran|Previous Hash|
|---|---|---|---|---|
|Resolved Failures|gcc|g++|gfortran|Previous Hash|
|---|---|---|---|---|
|Unresolved Failures|gcc|g++|gfortran|Previous …
-
Hi @aarondotter,
New user, and I have an installation issue I've hit on both MacOS (15.0.1) and Linux (Ubuntu 24.10) with MESA 24.08.1 and mesa SDK 24.7.1. After running the ./mk we see:
gfortr…
-
The description is in the page of following link;
https://github.com/scipopt/scip/issues/121#issuecomment-2495461269
The file 'lusol6b.f' does not include any word 'fortran' inside.
I also remo…
-
### Steps to reproduce
I ran `spack compiler find` when I had only gcc-14 and gfortran-14 installed. g++-14 was missing so a compiler entry with `cxx: null` was created. (A warning message indicating…
-
Hi,
I am tried installing the package, as per your instructions on macSequoia(v15) and R version(4.4.2).However, I run into this error. Kindly assist in resolving the issue. Thanks
See below:
…
-
```
Version of flang : 20.0.0(590f451b60d434b26c634a07125fb05baf461fa0)/AArch64
```
Using `%VAL (which specifies that the actual argument should be passed by value)` for an `actual argument` results …
-
```fortran
program main
character(len=5) :: string = "hello"
character(len=1) :: set(2) = ["l", "h"]
print*, verify(string, set, kind= [4, 4] )
end
```
```console
$ lfortran b.f90
1 2
…
-
# Summary
|Build Failures|Additional Info|
|---|---|
|rv64_zvl_gcc-linux-rv64gcv_zvl1024b-lp64d-6756250fcbed4a214c30de94e4ec68ea130528d5-multilib|Check logs|
|rv64_zvl_gcc-linux-rv64gcv_zvl512b-lp64d…