Re: GCC (GNU Toolchain) dev room - CFP

2025-03-30 Thread Huy Nguyễn Hoàng via Gcc

gcc-15-20250330 is now available

2025-03-30 Thread GCC Administrator via Gcc
Snapshot gcc-15-20250330 is now available on https://gcc.gnu.org/pub/gcc/snapshots/15-20250330/ 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

[GSoC] Application feedback

2025-03-30 Thread Shin Umeda via Gcc
Hello, I'm writing an application for GSoC, and would like a little feedback. Application: This application is about enabling exception handling control flow in the static analyzer. Exception support is integral to C++ support, as most of the standard library uses exceptions to communicate error

Re: Supporting “crippled” MIPS implementations as cpu option

2025-03-30 Thread Maciej W. Rozycki
On Thu, 6 Mar 2025, Andrew Pinski via Gcc wrote: > > Why: I have the occasional need to have gcc emit MIPS1 instructions that do > > not contain a subset of loads and stores (lwl/swl/lwr/swl instructions) > > The GCC patch to provide an option not emit lwl/lwr/swl/swr should be easily. > Somethin