-
Here's a test case:
```
module omod
real,allocatable :: ralloc
!$Omp Threadprivate (ralloc)
end module
program main
use omp_lib
use omod, only: ralloc
integer, parameter :: nthrea…
-
I'm hoping someone here can help me out with this. I have a code under CMake that tries to run `f2py3` on a very exciting code:
```fortran
subroutine test
real x
end subroutine test
```
mainl…
-
For this program (with #2687 merged to support non-elementals and array notation):
```
program where_test
integer, dimension(10) :: a, b = 0, c = 0
a = (/1, 2, 3, 4, 5, 6, 7, 8, 9 ,10 /)
…
-
Hello,
I am attempting to run SNOPT using the trial libraries. However, when calling SNOPT, the following error occurs.
LoadError: could not load library "/Users/lab_home/Documents/SNOPT/libsno…
-
# Summary
|New Failures|gcc|g++|gfortran|Previous Hash|
|---|---|---|---|---|
|linux: rv32gcv_zve32f ilp32d medlow multilib |61/14|0/0|0/0|[0cd24b06d130d99bd86e5e03a01c38047413a92e](https://github.co…
-
# Summary
|New Failures|gcc|g++|gfortran|Previous Hash|
|---|---|---|---|---|
|linux: RVA23U64 profile lp64d medlow multilib |99/16|0/0|0/0|[2531f014fb2364777fb1ce09641db85bda5883b7](https://github.c…
-
# Summary
|New Failures|gcc|g++|gfortran|Previous Hash|
|---|---|---|---|---|
|linux: RVA23U64 profile lp64d medlow multilib |1/1|0/0|0/0|[cf261dd52272bdca767560131f3c2b4e1edae9ab](https://github.com…
-
```
Version of flang-new : 20.0.0(5621929f7f4878c318deecb592cd03f5ecbb83ba)/AArch64
```
When `derived type` is specified in `lastprivate` clause of `sections` construct, segmentation fault (core …
-
```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…
-
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…