[no subject]

2023-08-22 Thread Mamadou Diop via Fortran
I am a retired scientist and have some fortan programs and looking for an open source fortran compiler. Regards ? Mamadou Diop Envoyé à partir de Courrier pour Windows

[no subject]

2023-06-22 Thread Qwaszx via Fortran

[no subject]

2023-04-14 Thread Harald Anlauf via Fortran
Dear all, the compile-time simplification of intrinsic SET_EXPONENT was broken since the early days of gfortran for argument X < 1 (including negative X) and for I < 0. I identified and fixed several issues in the implementation. The testcase explores argument space comparing compile-time and ru

[no subject]

2023-04-08 Thread ehsan behzadi via Fortran

[no subject]

2022-03-04 Thread Thomas Schwinge
Hi! On 2022-03-04T14:46:25+0100, I wrote: > Pushed to master branch commit 8935589b496f755e08cadf26d8ceddf0dd6e0968 > "OMP lowering: Regimplify 'OMP_CLAUSE_MAP_DECL_MAKE_ADDRESSABLE' DECLs > [PR100280, PR104132, PR104133]", see attached. > --- a/libgomp/testsuite/libgomp.oacc-c-c++-common/kernels

[no subject]

2021-03-19 Thread Daniel Feenberg via Fortran
Is there a way to make a statically linked binary with fortran in OS X? For much of the past year I have been using: gfortran taxsim.for -static-libgfortran -static-libgcc but since January I only get the error message; ld: library not found for -lm. collect2: error: ld returned 1

[no subject]

2021-03-10 Thread mscfd via Fortran
> which version of gfortran, and which operating system? I have seen this on two different Linux distros on x86 with a recently compiled version, but also some time ago with an older gfortran 10 version. Using helgrind on a simple omp do loop with write to a character variable, I get some possib