Re: [Fortran, Patch, PR93158, v1] Fix ICE with coarrays on submodules

2024-12-05 Thread Andre Vehreschild
Hi Paul, thanks for the review. Committed as gcc-15-5933-gdd1cdba3242. Sorry for the break in mail hierarchy. I am on my laptop now and don't have the whole hierarchy here. Thanks again, Andre > Hi Andre, > > The patch looks to be straightforward. OK for mainline. > > Thanks! > > Paul >

Re: [Ping, Fortran, Patch, PR93158, v1] Fix ICE with coarrays on submodules

2024-12-04 Thread Paul Richard Thomas
Hi Andre, The patch looks to be straightforward. OK for mainline. Thanks! Paul On Wed, 4 Dec 2024 at 12:16, Andre Vehreschild wrote: > Hi all, > > I figured this patch has not been okay'ed yet. Anyone in for a review? > > Regtests ok on x86_64-pc-linux-gnu / F39. Ok for trunk? > > Regards, >

Re: [Ping, Fortran, Patch, PR93158, v1] Fix ICE with coarrays on submodules

2024-12-04 Thread Andre Vehreschild
Hi all, I figured this patch has not been okay'ed yet. Anyone in for a review? Regtests ok on x86_64-pc-linux-gnu / F39. Ok for trunk? Regards, Andre On Thu, 26 Sep 2024 16:02:21 +0200 Andre Vehreschild wrote: > Hi all, > > attached patch fixes an ICE when a derived type was used as a

[Fortran, Patch, PR93158, v1] Fix ICE with coarrays on submodules

2024-09-26 Thread Andre Vehreschild
Hi all, attached patch fixes an ICE when a derived type was used as a coarray in a submodule. The fix is to not allow caf-token creation for vtypes. Again this, like the previous patch on pr80235, feels like fixing the symptom and not the cause. But I can't find where it goes wrong. So if some one