-
Hi!
I'm trying to build WRF with gfortran `10.0.1 20200226` (git commit `ce25177f505`).
It looks as if it does not allow passing `COMPLEX` arrays as `REAL` ones anymore, since I'm getting a lot of…
iii-i updated
4 years ago
-
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…
-
# Summary
|New Failures|gcc|g++|gfortran|Previous Hash|
|---|---|---|---|---|
|linux: RVA23U64 profile lp64d medlow multilib |1/1|0/0|0/0|[cf261dd52272bdca767560131f3c2b4e1edae9ab](https://github.com…
-
| | |
| --- | --- |
| 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 …
-
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…
-
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…
-
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,…
-
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…