Re: gcc.gnu.org performance issues?

2025-03-16 Thread Harald Anlauf via Gcc
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 Harald Anlauf via Gcc
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

Re: gcc.gnu.org performance issues?

2025-03-16 Thread Harald Anlauf via Gcc
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"? [

gcc.gnu.org performance issues?

2024-08-15 Thread Harald Anlauf via Gcc
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: [PATCH v5 0/5] P1689R5 support

2023-02-02 Thread Harald Anlauf via Gcc
Hi Ben, Am 25.01.23 um 22:06 schrieb Ben Boeckel via Gcc-patches: Hi, This patch series adds initial support for ISO C++'s [P1689R5][], a format for describing C++ module requirements and provisions based on the source code. This is required because compiling C++ with modules is not embarrassin

Re: [PATCH RESEND 1/1] p1689r5: initial support

2022-10-04 Thread Harald Anlauf via Gcc
Am 04.10.22 um 17:12 schrieb Ben Boeckel: This patch implements support for [P1689R5][] to communicate to a build system the C++20 module dependencies to build systems so that they may build `.gcm` files in the proper order. Is there a reason that you are touching so many frontends? diff --gi

Re: [PATCH] git-backport: support renamed .cc files in commit message.

2022-01-18 Thread Harald Anlauf via Gcc
Am 17.01.22 um 22:26 schrieb Martin Liška: On 1/12/22 16:54, Martin Liška wrote: There's a patch that enhances git-backport so that it updates commit messages for files which name ends now with .cc and is still .c on a branch. The patch has been installed as I've made the renaming now. Chee

Re: [PATCH] Mass rename of C++ .c files to .cc suffix

2022-01-11 Thread Harald Anlauf via Gcc
Am 11.01.22 um 16:50 schrieb Martin Liška: On 1/11/22 16:48, Toon Moene wrote: On 1/11/22 13:56, Martin Liška wrote: Patch can bootstrap on x86_64-linux-gnu and survives regression tests. Plus it survives build of all FEs (--enable-languages=all) on x86_64-linux-gnu and I've built all cross co

[1-800-GIT-HELP] Backporting a series of commits into a combined commit?

2020-05-30 Thread Harald Anlauf
Dear experts, let's assume I need to backport a series of commits on master to a release branch. In the release branch, this series of commits should become a single commit. With bare git, there is "cherry-pick -n" that seems to be applicable. What is the right way to do it for gcc? Thanks, Ha