Re: [Patch] Fortran: Store OpenMP's 'declare variant' in module file [PR115271]

2025-03-16 Thread H.J. Lu
On Sat, Mar 15, 2025 at 3:46 AM Tobias Burnus wrote: > > I wonder why sometimes my line breaks are preserved and at other times all > eaten. > > Next try ... > > Tobias Burnus wrote: > > Hi Thomas, > > Thomas Koenig wrote: > > Just one question - as this will change the module file, will we still

Re: gcc.gnu.org performance issues?

2025-03-16 Thread Harald Anlauf
Am 16.03.25 um 22:37 schrieb Jonathan Wakely via Gcc: On Sun, 16 Mar 2025 at 21:30, Harald Anlauf via Gcc wrote: since I am experiencing extreme (temporary) performance problems again with a recently increased frequency and only during evening hours in Europe, I am asking if this is still the s

Re: gcc.gnu.org performance issues?

2025-03-16 Thread Jonathan Wakely
On Sun, 16 Mar 2025 at 21:30, Harald Anlauf via Gcc wrote: > since I am experiencing extreme (temporary) performance problems > again with a recently increased frequency and only during evening > hours in Europe, I am asking if this is still the same cause. > > Today I've been waiting for hours fo

Re: [PATCH] Fortran: fix bogus dependency check in ALLOCATE statement [PR60560]

2025-03-16 Thread Harald Anlauf
Hi Thomas, Am 15.03.25 um 16:22 schrieb Thomas Koenig: Hi Harald, The solution is to use the auxiliary parameter of gfc_traverse_expr to control whether to descend into character length or not. Regtested on x86_64-pc-linux-gnu.  OK for mainline? Looks good to me. pushed as r15-8079-gb2b13

Re: gcc.gnu.org performance issues?

2025-03-16 Thread Mark Wielaard
Hi Harald, On Sun, Mar 16, 2025 at 10:57:08PM +0100, Harald Anlauf wrote: > I have never tried any complex setups besides simple ssh tunnels > with git in the past, so believe this does not apply. > > Doing even a simple ssh -Tvv to gcc.gnu.org takes a very long time > when trying in parallel to

Re: gcc.gnu.org performance issues?

2025-03-16 Thread Harald Anlauf
Am 16.03.25 um 22:59 schrieb Mark Wielaard: There is currently a botnet attacking lots of http git endpoints on various systems including sourceware. We are trying to coordinate a bit, but given that it seems a fairly large botnet with lots of ips (which often only do one or two hits per day), it

Re: gcc.gnu.org performance issues?

2025-03-16 Thread Mark Wielaard
Hi Harald, On Sun, Mar 16, 2025 at 10:29:13PM +0100, Harald Anlauf via Gcc wrote: > Am 15.08.24 um 21:31 schrieb Mark Wielaard: > >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 rece

Re: gcc.gnu.org performance issues?

2025-03-16 Thread Harald Anlauf
Hello all, Am 15.08.24 um 21:31 schrieb 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"? [...] This w

Re: [Patch, fortran] PR85836: Implement the F2018 reduce intrinsic

2025-03-16 Thread Jerry D
On 3/16/25 10:26 AM, Paul Richard Thomas wrote: --- snip --- A slight niggle is the linker error that comes up if compiled without any optimization: /usr/bin/ld: warning: /tmp/cc9cx9Rw.o: requires executable stack (because the .note.GNU-stack section is executable) I think that this is unlikely

[Patch, fortran] PR85836: Implement the F2018 reduce intrinsic

2025-03-16 Thread Paul Richard Thomas
Hi All, This version of the REDUCE intrinsic patch has evolved somewhat since the posting on 2nd March. The most important changes are to the wrapper function and the addition of two testsuite entries. The wrapper function now effects: subroutine wrapper (a, b, c) type_of_ARRAY, inte

Re: [patch, changes.html] UNSIGNED, -fc-prototypes*, -Wexternal-interface-mismatch

2025-03-16 Thread Thomas Koenig
Hi Paul, It looks good to me. Thanks for the patch. Thanks! I just added one word, "modular", and committed it. Best regards Thomas

Re: [patch, changes.html] UNSIGNED, -fc-prototypes*, -Wexternal-interface-mismatch

2025-03-16 Thread Paul Richard Thomas
Hi Thomas, It looks good to me. Thanks for the patch. Regards Paul On Sat, 15 Mar 2025 at 15:15, Thomas Koenig wrote: > Hello world, > > the attached patch, tested with "tidy -e", puts the two parts > mentioning UNSSIGNED into a single paragraph, mentions > extensions to -fc-prototypes and m