Re: [Fortran, Patch, PR110033, v1] Fix associate for coarrays

2024-08-15 Thread Andre Vehreschild
Hi Jakub, I will not be faster by far. I have just started and am still in stage 1. So please you go ahead. And thank you very much for the help. - Andre On Thu, 15 Aug 2024 20:50:38 +0200 Jakub Jelinek wrote: > On Thu, Aug 15, 2024 at 08:30:12PM +0200, Andre Vehreschild wrote: > > Hi Harald,

Re: [Fortran, Patch, PR110033, v1] Fix associate for coarrays

2024-08-15 Thread Jakub Jelinek
On Thu, Aug 15, 2024 at 08:30:12PM +0200, Andre Vehreschild wrote: > Hi Harald, > > whoopsie, I am sorry for that. > > What I don't get is, why this has not been reported during my bootstrap. I am > doing this to bootstrap: > > LANG=C "${SRCPATH}/configure" \ > --disable

Re: [Fortran, Patch, PR110033, v1] Fix associate for coarrays

2024-08-15 Thread Andre Vehreschild
Hi Harald, whoopsie, I am sorry for that. What I don't get is, why this has not been reported during my bootstrap. I am doing this to bootstrap: LANG=C "${SRCPATH}/configure" \ --disable-multilib\ --enable-languages=c,fortran,c++\ --pref

Re: [Fortran, Patch, PR110033, v1] Fix associate for coarrays

2024-08-15 Thread Harald Anlauf
Hi Andre, Am 15.08.24 um 17:35 schrieb Andre Vehreschild: Hi Harald, hi Paul, thanks for the ok and the suggestions/recommendations on the testcase. I added that and commit as: gcc-15-2935-gdbf4c574b92 I didn't notice this while skimming over the patch, but gcc-testresults has: ../../src-mas

Re: [Fortran, Patch, PR110033, v1] Fix associate for coarrays

2024-08-15 Thread Andre Vehreschild
Hi Harald, hi Paul, thanks for the ok and the suggestions/recommendations on the testcase. I added that and commit as: gcc-15-2935-gdbf4c574b92 @Paul: At the moment I am taking a look at 46371. The patch makes that proceed a bit more, but still ICEing. I will address it and then check 56496. Tha

Re: [Fortran, Patch, PR110033, v1] Fix associate for coarrays

2024-08-14 Thread Harald Anlauf
Hi Andre, Am 12.08.24 um 14:11 schrieb Andre Vehreschild: Hi all, the attached two patches fix ASSOCIATE for coarrays, i.e. that a coarray associated to a variable is also a coarray in the block of the ASSOCIATE command. The patch has two parts: 1. pr110033p1_1.patch: Adds a corank member to t

Re: [Fortran, Patch, PR110033, v1] Fix associate for coarrays

2024-08-14 Thread Paul Richard Thomas
Hi Andre, >From a very rapid scan(in the style of somebody on vacation :-) ) of the two patches, it all looks good to me. Adding the corank structure to gfc_expr is long overdue. Thanks also for rolling select type into the second patch. It would be good if you would check if PRs 46371 and 56496 a

[Fortran, Patch, PR110033, v1] Fix associate for coarrays

2024-08-12 Thread Andre Vehreschild
Hi all, the attached two patches fix ASSOCIATE for coarrays, i.e. that a coarray associated to a variable is also a coarray in the block of the ASSOCIATE command. The patch has two parts: 1. pr110033p1_1.patch: Adds a corank member to the gfc_expr structure. I decided to add it here and keep trac