Re: [Ping, Fortran, Patch, PR80235, v1] Fix ICE when coarray from module is referenced in submodule.

2024-10-16 Thread Andre Vehreschild
Hi Paul, thanks for the review. Committed as: gcc-15-4405-ge32fff675c3 Thanks again, Andre On Wed, 16 Oct 2024 14:41:09 +0100 Paul Richard Thomas wrote: > Hi Andre, > > The handling of submodules is something of a kludge, especially where > module procedures are concerned, that seems t

[committed] Add libgomp.oacc-fortran/acc_on_device-1-4.f (was: Fortran: Use OpenACC's acc_on_device builtin, fix OpenMP' __builtin_is_initial_device: Harmonize 'libgomp.oacc-fortran/acc_on_device-1-*'

2024-10-16 Thread Tobias Burnus
Fixed the following commit Thomas Schwinge wrote: Pushed to trunk branch commit 9f549d216c9716e787aaa38593bc9f83195b60ae "Fortran: Use OpenACC's acc_on_device builtin, fix OpenMP' __builtin_is_initial_device: Harmonize 'libgomp.oacc-fortran/acc_on_device-1-*'", see attached. by re-adding a te

Re: [Ping, Fortran, Patch, PR80235, v1] Fix ICE when coarray from module is referenced in submodule.

2024-10-16 Thread Paul Richard Thomas
Hi Andre, The handling of submodules is something of a kludge, especially where module procedures are concerned, that seems to work OK. Given that, your patch looks right and is good for mainline. Thanks for the patch. Paul On Wed, 16 Oct 2024 at 08:21, Andre Vehreschild wrote: > Hi all, > >

Re: [Ping, Fortran, Patch, PR80235, v1] Fix ICE when coarray from module is referenced in submodule.

2024-10-16 Thread Andre Vehreschild
Hi all, PING. Re-Regtested ok again on x86_64-pc-linux-gnu. Ok for mainline? Regards, Andre On Wed, 25 Sep 2024 12:29:21 +0200 Andre Vehreschild wrote: > Hi all and esp. Paul, > > the attached patch fixes an ICE with coarrays defined in modules and then used > in submodules. Referenci