gcc-15-20250621 is now available

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

Re: fixincludes comes up empty

2025-06-21 Thread Iain Sandoe via Gcc
> On 21 Jun 2025, at 12:03, Richard Biener via Gcc wrote: > > > >> Am 21.06.2025 um 08:45 schrieb James K. Lowden : >> >> I guess I'm doing something wrong, or not enough. "make install" is >> failing after a bootstrap build because the build/fixincludes directory >> is empty. Edited for

Re: RFD: switch/case statement dispatch using hash

2025-06-21 Thread Filip Kastl
Hi Joern, I've also been thinking about implementing something like that. First I would experiment with implementing switches using perfect hashing functions to see if this really speeds up execution on current CPUs. Then I would try to come up with some heuristic that tells GCC when it is advan

Re: fixincludes comes up empty

2025-06-21 Thread Richard Biener via Gcc
> Am 21.06.2025 um 08:45 schrieb James K. Lowden : > > I guess I'm doing something wrong, or not enough. "make install" is > failing after a bootstrap build because the build/fixincludes directory > is empty. Edited for brevity: > > $ make -C build-boot/ V=1 install > make: Entering directo