gcc-16-20250727 is now available

2025-07-27 Thread GCC Administrator via Gcc
Snapshot gcc-16-20250727 is now available on https://gcc.gnu.org/pub/gcc/snapshots/16-20250727/ and on various mirrors, see https://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 16 git branch with the following options: git://gcc.gnu.org/git/gcc.git branch

Building runtime libraries separately, new GCC packaging in Nixpkgs

2025-07-27 Thread John Ericson via Gcc
Hello, I, like many other people, have had multi-target GCC on the back of my mind for years. For a little background on me, I am a maintainer of Nixpkgs/NixOS who does has done a lot of cross compilation work, and, of course, a single multi-target build is very useful for making cross compilat

anubis upgraded to 1.21.3, all services use metarefresh now

2025-07-27 Thread Mark Wielaard
Hi, Anubis has been upgraded to 1.21.3 (from 1.20.0). All services now use the metarefresh (non-javascript) challenge method for generic browsers. The metarefresh challenge seems as effective as the java-script challenge and should work for more people. Please report if this isn't working for yo

RE: GCC 15.1.1 Status Report (2025-07-11)

2025-07-27 Thread Robert Dubner
I am throwing in the towel. I am chalking up the hours I have spent on this as a positive on the educational side of the ledger. I have learned things about git-cherry-pick, git-rev-list, and git-log that I didn't know, and that's good. I have reached the point where I am convinced that what

RE: GCC 15.1.1 Status Report (2025-07-11)

2025-07-27 Thread Robert Dubner
Thanks to everybody. I actually did do the more specific searches over a range starting at the gcc-15 starting point; in my frustration I didn't copy the final actual command I used. I thought I needed to start at the original releases/gcc-15 point because that's where we branched away, and as

RE: GCC 15.1.1 Status Report (2025-07-11)

2025-07-27 Thread Richard Biener via Gcc
On Sat, 26 Jul 2025, Robert Dubner wrote: > > > > -Original Message- > > From: Richard Biener > > Sent: Saturday, July 26, 2025 12:06 > > To: Robert Dubner > > Cc: gcc@gcc.gnu.org; gcc-patc...@gcc.gnu.org; James K. Lowden > > > > Subject: Re: GCC 15.1.1 Status Report (2025-07-11) > >

Re: GCC 15.1.1 Status Report (2025-07-11)

2025-07-27 Thread Andreas Schwab
On Jul 27 2025, Thomas Schwinge wrote: > Hi Bob! > > On 2025-07-27T08:55:04+0200, Andreas Schwab wrote: >> On Jul 26 2025, Robert Dubner wrote: >>> Follow-up: After poking around on the internet for inspiration, I used >>> >>> git log >>> basepoints/gcc-15~1..HEAD --reverse --grep="^gcc/cobol"

Re: GCC 15.1.1 Status Report (2025-07-11)

2025-07-27 Thread Thomas Schwinge
Hi Bob! On 2025-07-27T08:55:04+0200, Andreas Schwab wrote: > On Jul 26 2025, Robert Dubner wrote: >> Follow-up: After poking around on the internet for inspiration, I used >> >> git log >> basepoints/gcc-15~1..HEAD --reverse --grep="^gcc/cobol" --grep="^libgcobol" >> --grep="cobol.dg" You ne