-
MRE
```fortran
module gg
contains
function func_arr3() result(ret_arr)
integer,allocatable :: ret_arr(:)
print *, allocated(ret_arr)
allocate(ret_arr(1))
…
-
# Summary
|New Failures|gcc|g++|gfortran|Previous Hash|
|---|---|---|---|---|
|newlib: RVA23U64 profile lp64d medlow multilib |4/2|0/0|0/0|[beec291225be9b5e7a60b6818cf80224c343811d](https://github.co…
-
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…
-
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
-
## **Description of the problem**
As of October 7th 2024, Python 3.13 was released.
However, `pyshtools` cannot be installed when using this `3.13`. I have checked my system and on `3.12` it insta…
-
| | |
| --- | --- |
| Bugzilla Link | [52152](https://llvm.org/bz52152) |
| Version | unspecified |
| OS | All |
| Attachments | [a reproducer to evidence the issue](https://user-images.githubuserco…
-
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…
-
https://gcc.gnu.org/onlinedocs/gcc-4.8.0/gfortran/RAND.html#RAND
-
As it currently stands, the gcc based MPI Fortran compiler will not compile the TensErLEED source code for the search because it contains implicit type conversions between REALs and INTEGERs.
This us…
-
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…