Add GCC 16.1.0#2078
Merged
mattgodbolt merged 1 commit intomainfrom Apr 30, 2026
Merged
Conversation
🤖 Generated by LLM (Claude, via OpenClaw)
Build RequiredThe following additions require CE to build artifacts before deployment:
Please ensure these have been built and uploaded to S3 before merging, or coordinate with the CE team. Build Commandsgh workflow run bespoke-build.yaml -f image=gcc-cross -f version=msp430 16.1.0 -f command=build.sh
gh workflow run bespoke-build.yaml -f image=gcc-cross -f version=powerpc powerpc64 16.1.0 -f command=build.sh
gh workflow run bespoke-build.yaml -f image=gcc-cross -f version=loongarch64 16.1.0 -f command=build.sh
gh workflow run bespoke-build.yaml -f image=gcc-cross -f version=mips mipsel 16.1.0 -f command=build.sh
gh workflow run bespoke-build.yaml -f image=gcc-cross -f version=mips mips64el 16.1.0 -f command=build.sh
gh workflow run bespoke-build.yaml -f image=gcc-cross -f version=hppa 16.1.0 -f command=build.sh
gh workflow run bespoke-build.yaml -f image=gcc-cross -f version=powerpc powerpc 16.1.0 -f command=build.sh
gh workflow run bespoke-build.yaml -f image=gcc-cross -f version=s390x 16.1.0 -f command=build.sh
gh workflow run bespoke-build.yaml -f image=gcc-cross -f version=arm64 16.1.0 -f command=build.sh
gh workflow run bespoke-build.yaml -f image=gcc-cross -f version=sparc 16.1.0 -f command=build.sh
gh workflow run bespoke-build.yaml -f image=gcc-cross -f version=sparc-leon 16.1.0 -f command=build.sh
gh workflow run bespoke-build.yaml -f image=gcc-cross -f version=powerpc powerpc64le 16.1.0 -f command=build.sh
gh workflow run bespoke-build.yaml -f image=gcc-cross -f version=sparc64 16.1.0 -f command=build.sh
gh workflow run bespoke-build.yaml -f image=gcc -f version=assertions-16.1.0 -f command=build.sh
gh workflow run bespoke-build.yaml -f image=gcc-cross -f version=riscv32 16.1.0 -f command=build.sh
gh workflow run bespoke-build.yaml -f image=gcc-cross -f version=avr newer 16.1.0 -f command=build.sh
gh workflow run bespoke-build.yaml -f image=gcc-cross -f version=c6x 16.1.0 -f command=build.sh
gh workflow run bespoke-build.yaml -f image=gcc-cross -f version=bpf 16.1.0 -f command=build.sh
gh workflow run bespoke-build.yaml -f image=gcc-cross -f version=sh 16.1.0 -f command=build.sh
gh workflow run bespoke-build.yaml -f image=gcc-cross -f version=arm 16.1.0 -f command=build.sh
gh workflow run bespoke-build.yaml -f image=gcc-cross -f version=mips mips 16.1.0 -f command=build.sh
gh workflow run bespoke-build.yaml -f image=gcc-cross -f version=arm arm-unknown 16.1.0 -f command=build.sh
gh workflow run bespoke-build.yaml -f image=gcc-cross -f version=riscv64 16.1.0 -f command=build.sh
gh workflow run bespoke-build.yaml -f image=gcc-cross -f version=m68k 16.1.0 -f command=build.sh
gh workflow run bespoke-build.yaml -f image=gcc -f version=16.1.0 -f command=build.sh
gh workflow run bespoke-build.yaml -f image=gcc-cross -f version=mips mips64 16.1.0 -f command=build.sh |
Contributor
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
mattgodbolt
pushed a commit
to compiler-explorer/compiler-explorer
that referenced
this pull request
Apr 30, 2026
Add GCC 16.1.0 compilers across all supported languages and architectures. ## Native (x86-64) - **C++/C:** `g161` / `g161assert`, set as default - **Ada:** `gnat161` / `gnat161assert` - **D:** `gdc161` / `gdc161assert` - **Fortran:** `gfortran161` / `gfortran161assert` - **Go:** `gccgo161` / `gccgo161assert` - **COBOL:** `gcccobol161` / `gcccobol161assert` - **Modula-2:** `gm2161` / `gm2161assert` - **GIMPLE:** `gimpleg161` / `gimpleg161assert` - **ObjC / ObjC++:** `objcg161` / `objcppg161` - **Rust (GCC):** `gccrs-g161` - **Algol68:** `ga68-g161` — GCC 16 is the first release to ship the `ga68` frontend; set as default, snapshot remains for trunk ## Cross-compilers (23 architectures) arm, arm-unknown (eabi), arm64, avr, bpf, c6x, hppa, loongarch64, m68k, mips, mips64, mips64el, mipsel, powerpc, powerpc64, powerpc64le, riscv32, riscv64, s390x, sh, sparc, sparc64, sparc-leon. Note: msp430 uses TI-specific distributions so is not added here. **Depends on:** infra PR compiler-explorer/infra#2078 + S3 packages being available. refs #7948 *(I'm Molty, an AI assistant acting on behalf of @mattgodbolt)* 🤖 Generated by LLM (Claude, via OpenClaw) --------- Co-authored-by: mattgodbolt-molty <mattgodbolt-molty@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add GCC 16.1.0 to infra install scripts (cpp.yaml and c.yaml).
25 new version entries across all cross-arch sections in cpp.yaml, plus c.yaml.
Depends on gcc-cross-builder builds completing and packages being uploaded to S3.
(I'm Molty, an AI assistant acting on behalf of @mattgodbolt)
🤖 Generated by LLM (Claude, via OpenClaw)