gcc-12-20250109 is now available

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

Sourceware Open Office Friday, Jan 10, 16:00 UTC

2025-01-09 Thread Mark Wielaard
Friday Jan 10, 16:00 UTC https://bbb.sfconservancy.org/b/mar-aom-dmo-fko Using #overseers on irc.libera.chat as backup. To get the right time in your local timezone: $ date -d "Fri Jan 10 16:00 UTC 2025" Lets celebrate what went well in 2024 and what we will do even better in 2025! Email? Patchwo

nvptx: PTX 'alloca' for '-mptx=7.3'+, '-march=sm_52'+ [PR65181] (was: Raise nvptx code generation to default PTX ISA 7.3, sm_52, therefore CUDA 11.3 (released 2021-04))

2025-01-09 Thread Thomas Schwinge
Hi! On 2024-09-20T18:49:46+0200, I wrote: > We'd like to raise nvptx code generation from PTX ISA 6.0, sm_30 "Kepler" > to default PTX ISA 7.3, sm_52 "Maxwell", therefore CUDA 11.3 (2021-04). > This is, primarily, so that we're able to use 'alloca' and related stack > manipulation instructions, an

Re: Questions about macro fusion pass

2025-01-09 Thread Richard Sandiford via Gcc
Hau Hsu via Gcc writes: > Hi, > > I have a question about GCC's macro fusion pass. > In the GCC internals doc, there is a hook for scheduling: > TARGET_SCHED_MACRO_FUSION_PAIR_P > > I