Re: GCC 15 20250503 dont install its libgccjit.h in the same way as GCC 14

2025-05-06 Thread Lorenzo Salvadore via Gcc
On Monday, May 5th, 2025 at 19:14, Andreas Schwab wrote: > > > On Mai 05 2025, Basile Starynkevitch wrote: > > > and to my surprise its libgccjit.h was installed under /usr/local/include/ > > and > > > libgccjit.h has always been installed in $(includedir), so this is > expected. By the wa

Detecting noexceptness

2025-05-06 Thread Magnus Fromreide via Gcc
Hello! It is my understanding that if a C++ function is declared as 'noexcept' or is a destructor then compiler is required to add some code which will catch any exceptions thrown by it unless the compiler can prove that no exceptions will in fact be thrown. If my understanding is correct, how ha

a super regular RISC that encodes constants in immediate blocks

2025-05-06 Thread Michael Clark via Gcc
Hi GCC folks, introducing a new RISC instruction set with a variable length instruction packet using a super regular extension scheme with compression techniques to separate the instruction stream into two streams, one for instructions and and one for constants: - latest: https://metaparadigm.co