[Patch, Fortran, 77871, v1] Allow for class typed coarray parameter as dummy [PR77871]

2024-08-15 Thread Andre Vehreschild
Hi all, attached patch fixes another regression on coarrays. This time for class typed coarrays as dummys. Regtested ok on x86_64-pc-linux-gnu / Fedora 39. Ok for mainline? Regards, Andre -- Andre Vehreschild * Email: vehre ad gmx dot de From d16ef6fe8e792063064d930f1b3ffd31c74594e1 Mon

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

gcc.gnu.org performance issues?

2024-08-15 Thread Harald Anlauf
Hi all, is it only me who is recently experiencing intermittent but extreme slowness of "git pull"? I did an ssh -v and saw the following: debug1: pledge: filesystem full Is that real or a bogus message? (My local disk isn't full, fortunately :) Harald

Re: gcc.gnu.org performance issues?

2024-08-15 Thread H.J. Lu
On Thu, Aug 15, 2024 at 10:17 AM Harald Anlauf via Gcc wrote: > > Hi all, > > is it only me who is recently experiencing intermittent > but extreme slowness of "git pull"? > > I did an ssh -v and saw the following: > > debug1: pledge: filesystem full > > Is that real or a bogus message? > > (My lo

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, 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 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 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: gcc.gnu.org performance issues?

2024-08-15 Thread Mark Wielaard
Hi, On Thu, Aug 15, 2024 at 10:31:12AM -0700, H.J. Lu via Gcc wrote: > On Thu, Aug 15, 2024 at 10:17 AM Harald Anlauf via Gcc > wrote: > > is it only me who is recently experiencing intermittent > > but extreme slowness of "git pull"? > > > > I did an ssh -v and saw the following: > > > > debug1

[PATCH] Fortran: fix doumentation of intrinsic RANDOM_INIT [PR114146]

2024-08-15 Thread Harald Anlauf
Dear all, here's a documentation bugfix. The previous wording was in conflict with the standard, while the runtime behavior is apparently fine. Checked with make dvi pdf . OK for mainline? Thanks, Harald From 4515018fd858fb6ae98b54d507596ef123d7580e Mon Sep 17 00:00:00 2001 From: Harald Anlau

[committed] fortran: Fix bootstrap in resolve.cc [PR116387]

2024-08-15 Thread Jakub Jelinek
Hi! On Thu, Aug 15, 2024 at 08:50:38PM +0200, Jakub Jelinek wrote: > > 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" \ > > --dis

Re: [PATCH] Fortran: fix doumentation of intrinsic RANDOM_INIT [PR114146]

2024-08-15 Thread Andre Vehreschild
Hi Harald, s/doumentation/documentation/ in the commit's title. Thanks for the patch, ok to commit. - Andre On Thu, 15 Aug 2024 22:37:53 +0200 Harald Anlauf wrote: > Dear all, > > here's a documentation bugfix. The previous wording was in conflict > with the standard, while the runtime beha