GCC Development Plan update?

2025-05-14 Thread ASSI
The current schedule as published at https://gcc.gnu.org/develop.html ends with the 16.1 release. Is there an updated / extended version available that shows the planned releases for the next half year at least? Specifically, I would like to know if (and when) a 12.5 is planned and when 13.4

Question About GPU-Powered Parallel Compilation in GCC

2025-05-14 Thread Basile Starynkevitch
> Nikhil Patil asked > > I'm fairly new to the world of compilers and trying to understand how they > > work in more depth. Recently, I started exploring the idea of *parallelizing > > the internal steps of compilation* — such as parsing, code generation, and > > optimization — instead of the u

Re: GCC Development Plan update?

2025-05-14 Thread Jonathan Wakely via Gcc
On Wed, 14 May 2025 at 20:56, ASSI wrote: > > Jonathan Wakely via Gcc writes: > > For 13.4 the link on the https://gcc.gnu.org home page for the gcc 13 > > status goes to https://gcc.gnu.org/pipermail/gcc/2025-April/245992.html > > which says: > > "The plan is to do a release candidate for GCC 13.

Re: GCC Development Plan update?

2025-05-14 Thread Jonathan Wakely via Gcc
On Wed, 14 May 2025 at 21:26, Jonathan Wakely wrote: > > On Wed, 14 May 2025 at 20:56, ASSI wrote: > > > > Jonathan Wakely via Gcc writes: > > > For 13.4 the link on the https://gcc.gnu.org home page for the gcc 13 > > > status goes to https://gcc.gnu.org/pipermail/gcc/2025-April/245992.html > >

gcc-12-20250514 is now available

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

Re: GCC Development Plan update?

2025-05-14 Thread Jonathan Wakely via Gcc
On Wed, 14 May 2025 at 19:12, ASSI wrote: > > > The current schedule as published at > > https://gcc.gnu.org/develop.html > > ends with the 16.1 release. Is there an updated / extended version > available that shows the planned releases for the next half year at > least? No, but you can extrapol

Re: GCC Development Plan update?

2025-05-14 Thread Jonathan Wakely via Gcc
On Wed, 14 May 2025 at 19:12, ASSI wrote: > > > The current schedule as published at > > https://gcc.gnu.org/develop.html > > ends with the 16.1 release. No it doesn't btw - it ends with the 15.1 release and with stage 1 for gcc 16, we're still a year away from the 16.1 release. > Is there an

Re: GCC Development Plan update?

2025-05-14 Thread Jonathan Wakely via Gcc
On Wed, 14 May 2025 at 20:09, Jonathan Wakely wrote: > > On Wed, 14 May 2025 at 19:12, ASSI wrote: > > > > > > The current schedule as published at > > > > https://gcc.gnu.org/develop.html > > > > ends with the 16.1 release. Is there an updated / extended version > > available that shows the pla

Re: GCC Development Plan update?

2025-05-14 Thread ASSI
Jonathan Wakely via Gcc writes: > On Wed, 14 May 2025 at 19:12, ASSI wrote: >> >> >> The current schedule as published at >> >> https://gcc.gnu.org/develop.html >> >> ends with the 16.1 release. > > No it doesn't btw - it ends with the 15.1 release and with stage 1 for > gcc 16, we're still a year

Re: GCC Development Plan update?

2025-05-14 Thread ASSI
Jonathan Wakely via Gcc writes: > For 13.4 the link on the https://gcc.gnu.org home page for the gcc 13 > status goes to https://gcc.gnu.org/pipermail/gcc/2025-April/245992.html > which says: > "The plan is to do a release candidate for GCC 13.4 on Thursday, May > 29th, one week after the GCC 14.3

Re: GCC Development Plan update?

2025-05-14 Thread Jakub Jelinek via Gcc
On Wed, May 14, 2025 at 09:55:07PM +0200, ASSI wrote: > That seems appropriate for the GCC Releases document, while the one I > linked to is advertised to show "future releases and an alternative view > of the release history". But I get it that it's just not getting an > update at this time so th

Welcome GCC GSoC 2025 participants!

2025-05-14 Thread Martin Jambor
Hello, I am pleased to announce that we will have as many as six contributors working on GCC as part of their Google Summer of Code (GSoC) projects in 2025! In no particular order: - Arijit Kumar Das will work on implementing a simple in-memory file system for running offloading tests on NVIDI