Re: git repo locked?

2025-09-02 Thread Andre Vehreschild via Gcc
Er, well, I missed to tell what I did to the branch: - rebased to current master, - reverted a squashed commit, and - applied 8 separate commits. So nothing spectacular. Nothing I would expect anything to chew on for so long. - Andre On Tue, 2 Sep 2025 11:39:18 +0200 Andre Vehreschild wrote:

Re: git repo locked?

2025-09-02 Thread Andre Vehreschild via Gcc
On Tue, 2 Sep 2025 11:00:41 +0100 Jonathan Wakely wrote: > On Tue, 2 Sept 2025 at 10:47, Andre Vehreschild via Gcc > wrote: > > > > Er, well, I missed to tell what I did to the branch: > > > > - rebased to current master, > > - reverted a squashed commit, and > > - applied 8 separate commits. >

Re: git repo locked?

2025-09-02 Thread Andre Vehreschild via Gcc
Ok, terminated here. Sorry for blocking the whole repo for so long. I didn't know. Regards, Andre On Tue, 2 Sep 2025 11:42:24 +0200 Jakub Jelinek wrote: > On Tue, Sep 02, 2025 at 11:39:18AM +0200, Andre Vehreschild wrote: > > Hi Jakub, > > > > I am pushing to gfortran-test. The proces

git repo locked?

2025-09-02 Thread Rainer Orth via Gcc
I'm currently trying to push to the repo for an hour, but only get remote: - remote: -- Another user is currently pushing changes to this repository. -- remote: -- Please try again in another minute or two.

Re: git repo locked?

2025-09-02 Thread Richard Biener via Gcc
On Tue, Sep 2, 2025 at 12:11 PM Andre Vehreschild wrote: > > On Tue, 2 Sep 2025 11:00:41 +0100 > Jonathan Wakely wrote: > > > On Tue, 2 Sept 2025 at 10:47, Andre Vehreschild via Gcc > > wrote: > > > > > > Er, well, I missed to tell what I did to the branch: > > > > > > - rebased to current maste

Re: C++ vs. -ftrivial-auto-var-init=

2025-09-02 Thread Jason Merrill via Gcc
On Mon, Sep 1, 2025 at 11:19 AM Jakub Jelinek wrote: > Hi! > > I think I've mentioned it earlier, but -ftrivial-auto-var-init= doesn't > work at all for C++. > With C++26 P2795R5 being voted in, if we were to default to say > -ftrivial-auto-var-init=zero for -std=c++26/-std=gnu++26, that would me

Re: git repo locked?

2025-09-02 Thread Jakub Jelinek via Gcc
On Tue, Sep 02, 2025 at 11:04:45AM +0200, Richard Biener via Gcc wrote: > On Tue, Sep 2, 2025 at 11:01 AM Rainer Orth via Gcc wrote: > > > > I'm currently trying to push to the repo for an hour, but only get > > > > remote: > > -

Re: git repo locked?

2025-09-02 Thread Andre Vehreschild via Gcc
Hi Jakub, I am pushing to gfortran-test. The process seems to be finished, but is not returning (sorry it's in German): Objekte aufzählen: 11679, fertig. Zähle Objekte: 100% (11679/11679), fertig. Delta-Kompression verwendet bis zu 28 Threads. Komprimiere Objekte: 100% (2995/2995), fertig. Schrei

Re: Providing more precise "excess errors" message in DejaGnu

2025-09-02 Thread Pedro Alves
On 2025-08-28 16:18, Thiago Jung Bauermann via Gcc wrote: > "Richard Earnshaw (lists)" writes: > >> On 28/08/2025 15:01, Iain Sandoe wrote: >>> >>> … the classification is useful, but the false positive “new fail / old fail >>> went away” >>> pairs are a real nuiscance .. hopefully we can have s

Re: C++ vs. -ftrivial-auto-var-init=

2025-09-02 Thread Qing Zhao via Gcc
Hi, > On Sep 1, 2025, at 05:19, Jakub Jelinek wrote: > > Hi! > > I think I've mentioned it earlier, but -ftrivial-auto-var-init= doesn't > work at all for C++. You mean that -ftrivial-auto-var-init hasn’t work at all for C++’s auto variables with non-trivial ctors? > With C++26 P2795R5 bein