Re:

2023-08-23 Thread Arjen Markus via Fortran
Hello, gfortran is certainly an option, I use an installation from equation.com, but there are other possibilities as well. The best solution does depend a bit on your actual requirements. Regards, Arjen Op di 22 aug 2023 om 15:06 schreef Mamadou Diop via Fortran < fortran@gcc.gnu.org>: > I am

Help with fortran pointer ans OpenACC

2023-08-23 Thread Patrick Begou via Fortran
Hi everyone! For several days I have some trouble with OpenACC offloading and fortran pointers. I'm testing with a very small peace of code to investigate but I do not progress for several days and I need your help. The attached code goal is just to initialize some data on the GPU and is rep

Re: Help with fortran pointer ans OpenACC

2023-08-23 Thread Tobias Burnus
Hi, On 23.08.23 12:19, Patrick Begou via Fortran wrote: For several days I have some trouble with OpenACC offloading and fortran pointers. I'm testing with a very small peace of code to investigate but I do not progress for several days and I need your help. Could someone give me advices or a s

[PATCH] Fortran: improve diagnostic message for COMMON with automatic object [PR32986]

2023-08-23 Thread Harald Anlauf via Fortran
Dear all, here's a simple patch for a very old PR that suggests a more helpful error message for an automatic object in a COMMON. The patch also suppresses the less helpful old error message after the new one has been emitted. Regtested on x86_64-pc-linux-gnu. OK for mainline? Thanks, Harald

Re: [PATCH] Fortran: improve diagnostic message for COMMON with automatic object [PR32986]

2023-08-23 Thread Steve Kargl via Fortran
On Wed, Aug 23, 2023 at 09:16:08PM +0200, Harald Anlauf via Fortran wrote: > > here's a simple patch for a very old PR that suggests a more helpful > error message for an automatic object in a COMMON. The patch also > suppresses the less helpful old error message after the new one has > been emit

Re: [PATCH v7 2/4] p1689r5: initial support

2023-08-23 Thread Jason Merrill via Fortran
On 7/2/23 12:32, Ben Boeckel wrote: This patch implements support for [P1689R5][] to communicate to a build system the C++20 module dependencies to build systems so that they may build `.gcm` files in the proper order. Support is communicated through the following three new flags: - `-fdeps-for