Remove my email from your email list

2024-08-01 Thread Faiz Syed via Gcc
Hello, Can you remove my email(jojomanz...@gmail.com) from your mailing list? I no longer need the announcement emails when a new GCC comes out -- *Faiz*

RFC: Changing Bugzilla updates at release time

2024-08-01 Thread Sam James via Gcc
Hi! This came out of some discussion with Arsen and prompted by some other comments on IRC. At the moment, during release time, maintainer-scripts/branch_changer.py is run by release managers and causes a large amount of bugmail to be sent both to CCs/assignees but also to the gcc-bugs ML. The ac

gcc-12-20240801 is now available

2024-08-01 Thread GCC Administrator via Gcc
Snapshot gcc-12-20240801 is now available on https://gcc.gnu.org/pub/gcc/snapshots/12-20240801/ 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

RISC-V Pioneer Box for builder.sourceware.org gcc CI

2024-08-01 Thread Mark Wielaard
Hi, Thanks to RISC-V International and SOPHGO we got a Milk-V Pioneer Box [*] for builder.sourceware.org that we can use for gcc CI. It is running Fedora 38 with gdb 15.1, binutils 2.42 and gcc 14.1 installed on top. We could create containers with other setups if useful. https://builder.sourcew

Re: How to add an additional option to dg-compile and dg-run

2024-08-01 Thread Thomas Koenig via Gcc
Am 29.07.24 um 22:14 schrieb Thomas Schwinge: By the way: I did see your recent announcement; wow -- Fortran finally getting an UNSIGNED type! 🙂 Yep, at lest J3 accepted a propoasl. I would like to be able to run all existing Fortran tests also with -funsigned, to make sure the option does

GCC 14.2 Released

2024-08-01 Thread Jakub Jelinek via Gcc
The GNU Compiler Collection version 14.2 has been released. GCC 14.2 is a bug-fix release from the GCC 14 branch containing important fixes for regressions and serious bugs in GCC 14.1 with more than 102 bugs fixed since the previous release. This release is available from the FTP servers listed

Re: "extern inline" inlining heuristics in unlikely branches

2024-08-01 Thread Richard Biener via Gcc
On Wed, Jul 31, 2024 at 8:12 PM Ilija Tovilo via Gcc wrote: > > Hi everyone > > I'm new here. I read the mailing list policy, but please correct me if > I'm doing anything wrong. > > In our C codebase, we're using a fair amount of static inline > __attribute__((always_inline)). This is arguably no