Update gcc#21390
Merged
Merged
Conversation
Changes: - docker-library/gcc@24fb071: update to gcc 16 (docker-library/gcc#116)
Diff for 4cd88bb:diff --git a/_bashbrew-cat b/_bashbrew-cat
index f19abc5..9646698 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -16,7 +16,12 @@ Architectures: amd64, arm32v5, arm32v7, arm64v8, ppc64le, s390x
GitCommit: 280306a58a2ff0c21a95ed8abe882ac483d03c8b
Directory: 14
-Tags: 15.2.0, 15.2, 15, latest, 15.2.0-trixie, 15.2-trixie, 15-trixie, trixie
+Tags: 15.2.0, 15.2, 15, 15.2.0-trixie, 15.2-trixie, 15-trixie
Architectures: amd64, arm32v5, arm32v7, arm64v8, ppc64le, s390x
GitCommit: 915af5ccbb6b09575e244f280c26925e77172039
Directory: 15
+
+Tags: 16.1.0, 16.1, 16, latest, 16.1.0-trixie, 16.1-trixie, 16-trixie, trixie
+Architectures: amd64, arm32v5, arm32v7, arm64v8, ppc64le, s390x
+GitCommit: 24fb071be01a0e6241fbbabd59a3dd07d31b80f5
+Directory: 16
diff --git a/_bashbrew-list b/_bashbrew-list
index 34800fb..74903ea 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -22,5 +22,11 @@ gcc:15.2
gcc:15.2-trixie
gcc:15.2.0
gcc:15.2.0-trixie
+gcc:16
+gcc:16-trixie
+gcc:16.1
+gcc:16.1-trixie
+gcc:16.1.0
+gcc:16.1.0-trixie
gcc:latest
gcc:trixie
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index 920fa68..fd1d318 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,4 +1,5 @@
gcc:12-bookworm
gcc:13-bookworm
gcc:14-trixie
+gcc:15-trixie
gcc:trixie
diff --git a/gcc_trixie/Dockerfile b/gcc_15-trixie/Dockerfile
similarity index 100%
copy from gcc_trixie/Dockerfile
copy to gcc_15-trixie/Dockerfile
diff --git a/gcc_trixie/Dockerfile b/gcc_trixie/Dockerfile
index dd0deab..6897cc6 100644
--- a/gcc_trixie/Dockerfile
+++ b/gcc_trixie/Dockerfile
@@ -43,9 +43,9 @@ ENV GCC_MIRRORS \
# only attempt the origin FTP as a mirror of last resort
ftp://ftp.gnu.org/gnu/gcc
-# Last Modified: 2025-08-08
-ENV GCC_VERSION 15.2.0
-# Docker EOL: 2027-02-08
+# Last Modified: 2026-04-30
+ENV GCC_VERSION 16.1.0
+# Docker EOL: 2027-10-30
RUN set -ex; \
\Relevant Maintainers: |
tianon
approved these changes
May 5, 2026
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.
Changes: