-
This test from the gfortran suite fails, exiting with STOP code 1 *only when built with -O1 (or higher)*. The failure occurs whether or not HLFIR is used.
See the test here https://github.com/llvm…
tblah updated
3 months ago
-
```console
(lf) ubaid@DESKTOP-TEN39M0:~/projects/lfortran$ cat examples/expr2.
cat: examples/expr2.: No such file or directory
(lf) ubaid@DESKTOP-TEN39M0:~/projects/lfortran$ cat examples/expr2.f90…
-
| | |
| --- | --- |
| Bugzilla Link | [52152](https://llvm.org/bz52152) |
| Version | unspecified |
| OS | All |
| Attachments | [a reproducer to evidence the issue](https://user-images.githubuserco…
-
## Checklist
> Please ensure the following tasks are completed before filing a bug report.
- [x] Read and understood the [Code of Conduct][code-of-conduct].
- [x] Searched for existing …
-
hello, i have a unresolved problem due to unknown reasons. When I want to build LAMMPS with cmake, i face a complex problem. The following is my operations.
1. cd lammps
2. mkdir build cd build
3…
-
It seems that gfortran (5.3.0) can ocassionally throw multiline warnings, such as:
```
read_control.f90:8488.5:
89 continue
1
read_control.f90:8472.71:
read(inputline,*,end=89,e…
-
This program:
```fortran
program test
implicit none
real(4) :: B(3, 3)
B = reshape([1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0], shape(B))
print *, "Original matrix B:"
print *, B
end…
-
Hi,
I noticed that one of the new gfortran compiler options, introduced in commit 9e1dba4c5c365b927da035905108cc629010656f, is not recognized by GCC 8.3.0 (which is crucially the latest available ver…
-
gcc/gfortran 10 has landed in Fedora Rawhide with some stricter type checking for fortran codes. The ncl package now fails to build with:
```
c1fm1b.f:35:33:
33 | 52 CALL DC1F2KB(IDO,L1,…
-
e.g. on ubuntu
```
sudo apt-get install gfortran
```
js850 updated
7 years ago