From e37ff216d8b87bd63ea9fd936f590329e63bd167ad926902e170617c216f5241 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 6 Oct 2025 11:43:31 +0200 Subject: [PATCH] - Update to GCC 15 branch head, 15.2.1+git10392 - Fixes PR110812, Check availability of builtins at expand time --- cross-aarch64-gcc15-bootstrap.spec | 4 ++-- cross-aarch64-gcc15.spec | 4 ++-- cross-amdgcn-gcc15.spec | 4 ++-- cross-arm-gcc15.spec | 4 ++-- cross-arm-none-gcc15-bootstrap.spec | 4 ++-- cross-arm-none-gcc15.spec | 4 ++-- cross-avr-gcc15-bootstrap.spec | 4 ++-- cross-avr-gcc15.spec | 4 ++-- cross-bpf-gcc15.spec | 4 ++-- cross-hppa-gcc15-bootstrap.spec | 4 ++-- cross-hppa-gcc15.spec | 4 ++-- cross-loongarch64-gcc15-bootstrap.spec | 4 ++-- cross-loongarch64-gcc15.spec | 4 ++-- cross-nvptx-gcc15.spec | 4 ++-- cross-ppc64-gcc15.spec | 4 ++-- cross-ppc64le-gcc15-bootstrap.spec | 4 ++-- cross-ppc64le-gcc15.spec | 4 ++-- cross-pru-gcc15-bootstrap.spec | 4 ++-- cross-pru-gcc15.spec | 4 ++-- cross-riscv64-elf-gcc15-bootstrap.spec | 4 ++-- cross-riscv64-elf-gcc15.spec | 4 ++-- cross-riscv64-gcc15-bootstrap.spec | 4 ++-- cross-riscv64-gcc15.spec | 4 ++-- cross-rx-gcc15-bootstrap.spec | 4 ++-- cross-rx-gcc15.spec | 4 ++-- cross-s390x-gcc15-bootstrap.spec | 4 ++-- cross-s390x-gcc15.spec | 4 ++-- cross-x86_64-gcc15.spec | 4 ++-- gcc-15.2.0+git10201.tar.xz | 3 --- gcc-15.2.1+git10392.tar.xz | 3 +++ gcc.obsinfo | 6 +++--- gcc15-testresults.spec | 4 ++-- gcc15.changes | 6 ++++++ gcc15.spec | 4 ++-- 34 files changed, 72 insertions(+), 66 deletions(-) delete mode 100644 gcc-15.2.0+git10201.tar.xz create mode 100644 gcc-15.2.1+git10392.tar.xz diff --git a/cross-aarch64-gcc15-bootstrap.spec b/cross-aarch64-gcc15-bootstrap.spec index 0f3a744..f47897e 100644 --- a/cross-aarch64-gcc15-bootstrap.spec +++ b/cross-aarch64-gcc15-bootstrap.spec @@ -1,7 +1,7 @@ # # spec file for package cross-aarch64-gcc15-bootstrap # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -103,7 +103,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 15.2.0+git10201 +Version: 15.2.1+git10392 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-aarch64-gcc15.spec b/cross-aarch64-gcc15.spec index d087891..e4f880c 100644 --- a/cross-aarch64-gcc15.spec +++ b/cross-aarch64-gcc15.spec @@ -1,7 +1,7 @@ # # spec file for package cross-aarch64-gcc15 # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -102,7 +102,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 15.2.0+git10201 +Version: 15.2.1+git10392 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-amdgcn-gcc15.spec b/cross-amdgcn-gcc15.spec index 74cf855..c0b797b 100644 --- a/cross-amdgcn-gcc15.spec +++ b/cross-amdgcn-gcc15.spec @@ -1,7 +1,7 @@ # # spec file for package cross-amdgcn-gcc15 # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -102,7 +102,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 15.2.0+git10201 +Version: 15.2.1+git10392 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-arm-gcc15.spec b/cross-arm-gcc15.spec index d783981..743573f 100644 --- a/cross-arm-gcc15.spec +++ b/cross-arm-gcc15.spec @@ -1,7 +1,7 @@ # # spec file for package cross-arm-gcc15 # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -103,7 +103,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 15.2.0+git10201 +Version: 15.2.1+git10392 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-arm-none-gcc15-bootstrap.spec b/cross-arm-none-gcc15-bootstrap.spec index f8f9797..a93276f 100644 --- a/cross-arm-none-gcc15-bootstrap.spec +++ b/cross-arm-none-gcc15-bootstrap.spec @@ -1,7 +1,7 @@ # # spec file for package cross-arm-none-gcc15-bootstrap # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -103,7 +103,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 15.2.0+git10201 +Version: 15.2.1+git10392 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-arm-none-gcc15.spec b/cross-arm-none-gcc15.spec index 88a7722..a2eac47 100644 --- a/cross-arm-none-gcc15.spec +++ b/cross-arm-none-gcc15.spec @@ -1,7 +1,7 @@ # # spec file for package cross-arm-none-gcc15 # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -102,7 +102,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 15.2.0+git10201 +Version: 15.2.1+git10392 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-avr-gcc15-bootstrap.spec b/cross-avr-gcc15-bootstrap.spec index 34dd413..4452a3c 100644 --- a/cross-avr-gcc15-bootstrap.spec +++ b/cross-avr-gcc15-bootstrap.spec @@ -1,7 +1,7 @@ # # spec file for package cross-avr-gcc15-bootstrap # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -102,7 +102,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 15.2.0+git10201 +Version: 15.2.1+git10392 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-avr-gcc15.spec b/cross-avr-gcc15.spec index 5cee039..d53b0f6 100644 --- a/cross-avr-gcc15.spec +++ b/cross-avr-gcc15.spec @@ -1,7 +1,7 @@ # # spec file for package cross-avr-gcc15 # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -102,7 +102,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 15.2.0+git10201 +Version: 15.2.1+git10392 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-bpf-gcc15.spec b/cross-bpf-gcc15.spec index ae7ff28..3ff0e9f 100644 --- a/cross-bpf-gcc15.spec +++ b/cross-bpf-gcc15.spec @@ -1,7 +1,7 @@ # # spec file for package cross-bpf-gcc15 # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -102,7 +102,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 15.2.0+git10201 +Version: 15.2.1+git10392 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-hppa-gcc15-bootstrap.spec b/cross-hppa-gcc15-bootstrap.spec index 9029a59..297e753 100644 --- a/cross-hppa-gcc15-bootstrap.spec +++ b/cross-hppa-gcc15-bootstrap.spec @@ -1,7 +1,7 @@ # # spec file for package cross-hppa-gcc15-bootstrap # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -103,7 +103,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 15.2.0+git10201 +Version: 15.2.1+git10392 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-hppa-gcc15.spec b/cross-hppa-gcc15.spec index f23eb29..1656e0c 100644 --- a/cross-hppa-gcc15.spec +++ b/cross-hppa-gcc15.spec @@ -1,7 +1,7 @@ # # spec file for package cross-hppa-gcc15 # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -102,7 +102,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 15.2.0+git10201 +Version: 15.2.1+git10392 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-loongarch64-gcc15-bootstrap.spec b/cross-loongarch64-gcc15-bootstrap.spec index 0ab145d..ce6ab13 100644 --- a/cross-loongarch64-gcc15-bootstrap.spec +++ b/cross-loongarch64-gcc15-bootstrap.spec @@ -1,7 +1,7 @@ # # spec file for package cross-loongarch64-gcc15-bootstrap # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -103,7 +103,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 15.2.0+git10201 +Version: 15.2.1+git10392 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-loongarch64-gcc15.spec b/cross-loongarch64-gcc15.spec index 3ebdc99..2da446e 100644 --- a/cross-loongarch64-gcc15.spec +++ b/cross-loongarch64-gcc15.spec @@ -1,7 +1,7 @@ # # spec file for package cross-loongarch64-gcc15 # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -102,7 +102,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 15.2.0+git10201 +Version: 15.2.1+git10392 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-nvptx-gcc15.spec b/cross-nvptx-gcc15.spec index f1f213c..1725df5 100644 --- a/cross-nvptx-gcc15.spec +++ b/cross-nvptx-gcc15.spec @@ -1,7 +1,7 @@ # # spec file for package cross-nvptx-gcc15 # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -102,7 +102,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 15.2.0+git10201 +Version: 15.2.1+git10392 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-ppc64-gcc15.spec b/cross-ppc64-gcc15.spec index 87e1f34..3bf997a 100644 --- a/cross-ppc64-gcc15.spec +++ b/cross-ppc64-gcc15.spec @@ -1,7 +1,7 @@ # # spec file for package cross-ppc64-gcc15 # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -103,7 +103,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 15.2.0+git10201 +Version: 15.2.1+git10392 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-ppc64le-gcc15-bootstrap.spec b/cross-ppc64le-gcc15-bootstrap.spec index 2755a93..65ed2dc 100644 --- a/cross-ppc64le-gcc15-bootstrap.spec +++ b/cross-ppc64le-gcc15-bootstrap.spec @@ -1,7 +1,7 @@ # # spec file for package cross-ppc64le-gcc15-bootstrap # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -103,7 +103,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 15.2.0+git10201 +Version: 15.2.1+git10392 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-ppc64le-gcc15.spec b/cross-ppc64le-gcc15.spec index d6eac26..81e0cd0 100644 --- a/cross-ppc64le-gcc15.spec +++ b/cross-ppc64le-gcc15.spec @@ -1,7 +1,7 @@ # # spec file for package cross-ppc64le-gcc15 # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -102,7 +102,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 15.2.0+git10201 +Version: 15.2.1+git10392 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-pru-gcc15-bootstrap.spec b/cross-pru-gcc15-bootstrap.spec index 111c21a..61c7782 100644 --- a/cross-pru-gcc15-bootstrap.spec +++ b/cross-pru-gcc15-bootstrap.spec @@ -1,7 +1,7 @@ # # spec file for package cross-pru-gcc15-bootstrap # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -103,7 +103,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 15.2.0+git10201 +Version: 15.2.1+git10392 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-pru-gcc15.spec b/cross-pru-gcc15.spec index cf40cfd..47b1b8b 100644 --- a/cross-pru-gcc15.spec +++ b/cross-pru-gcc15.spec @@ -1,7 +1,7 @@ # # spec file for package cross-pru-gcc15 # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -102,7 +102,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 15.2.0+git10201 +Version: 15.2.1+git10392 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-riscv64-elf-gcc15-bootstrap.spec b/cross-riscv64-elf-gcc15-bootstrap.spec index 6d13055..55c1fb3 100644 --- a/cross-riscv64-elf-gcc15-bootstrap.spec +++ b/cross-riscv64-elf-gcc15-bootstrap.spec @@ -1,7 +1,7 @@ # # spec file for package cross-riscv64-elf-gcc15-bootstrap # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -103,7 +103,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 15.2.0+git10201 +Version: 15.2.1+git10392 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-riscv64-elf-gcc15.spec b/cross-riscv64-elf-gcc15.spec index d8acb7c..8ff1513 100644 --- a/cross-riscv64-elf-gcc15.spec +++ b/cross-riscv64-elf-gcc15.spec @@ -1,7 +1,7 @@ # # spec file for package cross-riscv64-elf-gcc15 # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -102,7 +102,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 15.2.0+git10201 +Version: 15.2.1+git10392 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-riscv64-gcc15-bootstrap.spec b/cross-riscv64-gcc15-bootstrap.spec index fa5b923..f569be4 100644 --- a/cross-riscv64-gcc15-bootstrap.spec +++ b/cross-riscv64-gcc15-bootstrap.spec @@ -1,7 +1,7 @@ # # spec file for package cross-riscv64-gcc15-bootstrap # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -103,7 +103,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 15.2.0+git10201 +Version: 15.2.1+git10392 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-riscv64-gcc15.spec b/cross-riscv64-gcc15.spec index 10a8c62..6be7d36 100644 --- a/cross-riscv64-gcc15.spec +++ b/cross-riscv64-gcc15.spec @@ -1,7 +1,7 @@ # # spec file for package cross-riscv64-gcc15 # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -102,7 +102,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 15.2.0+git10201 +Version: 15.2.1+git10392 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-rx-gcc15-bootstrap.spec b/cross-rx-gcc15-bootstrap.spec index 1e7fdbb..c31bdab 100644 --- a/cross-rx-gcc15-bootstrap.spec +++ b/cross-rx-gcc15-bootstrap.spec @@ -1,7 +1,7 @@ # # spec file for package cross-rx-gcc15-bootstrap # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -103,7 +103,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 15.2.0+git10201 +Version: 15.2.1+git10392 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-rx-gcc15.spec b/cross-rx-gcc15.spec index 36d1ed4..6bffd06 100644 --- a/cross-rx-gcc15.spec +++ b/cross-rx-gcc15.spec @@ -1,7 +1,7 @@ # # spec file for package cross-rx-gcc15 # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -102,7 +102,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 15.2.0+git10201 +Version: 15.2.1+git10392 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-s390x-gcc15-bootstrap.spec b/cross-s390x-gcc15-bootstrap.spec index 3d385ba..8d86584 100644 --- a/cross-s390x-gcc15-bootstrap.spec +++ b/cross-s390x-gcc15-bootstrap.spec @@ -1,7 +1,7 @@ # # spec file for package cross-s390x-gcc15-bootstrap # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -103,7 +103,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 15.2.0+git10201 +Version: 15.2.1+git10392 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-s390x-gcc15.spec b/cross-s390x-gcc15.spec index 537adac..789a4df 100644 --- a/cross-s390x-gcc15.spec +++ b/cross-s390x-gcc15.spec @@ -1,7 +1,7 @@ # # spec file for package cross-s390x-gcc15 # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -102,7 +102,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 15.2.0+git10201 +Version: 15.2.1+git10392 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-x86_64-gcc15.spec b/cross-x86_64-gcc15.spec index 192cf90..0cc6212 100644 --- a/cross-x86_64-gcc15.spec +++ b/cross-x86_64-gcc15.spec @@ -1,7 +1,7 @@ # # spec file for package cross-x86_64-gcc15 # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -103,7 +103,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 15.2.0+git10201 +Version: 15.2.1+git10392 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/gcc-15.2.0+git10201.tar.xz b/gcc-15.2.0+git10201.tar.xz deleted file mode 100644 index 5ba67c7..0000000 --- a/gcc-15.2.0+git10201.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:286722c36e87cbdf5b3b414dd29113c88fa36288d81e7fd6e4cbc972cefa405f -size 95155224 diff --git a/gcc-15.2.1+git10392.tar.xz b/gcc-15.2.1+git10392.tar.xz new file mode 100644 index 0000000..693cde4 --- /dev/null +++ b/gcc-15.2.1+git10392.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1e545a35bff857b14f08b4043f013ef02a8928dc284228beb0003cb537d8a0d +size 95165708 diff --git a/gcc.obsinfo b/gcc.obsinfo index fae6f87..03adfd4 100644 --- a/gcc.obsinfo +++ b/gcc.obsinfo @@ -1,4 +1,4 @@ name: gcc -version: 15.2.0+git10201 -mtime: 1754635956 -commit: 5115c7e447fc07457443df874bf57840e8316d5f +version: 15.2.1+git10392 +mtime: 1759710238 +commit: 21e75aa0ad20f6ea05030455cef6e15e34ff0f8d diff --git a/gcc15-testresults.spec b/gcc15-testresults.spec index 1506ca1..79ebc2a 100644 --- a/gcc15-testresults.spec +++ b/gcc15-testresults.spec @@ -1,7 +1,7 @@ # # spec file for package gcc15-testresults # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -238,7 +238,7 @@ %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 15.2.0+git10201 +Version: 15.2.1+git10392 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/gcc15.changes b/gcc15.changes index 65cc484..8d1252b 100644 --- a/gcc15.changes +++ b/gcc15.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Oct 6 09:37:42 UTC 2025 - Andreas Schwab + +- Update to GCC 15 branch head, 15.2.1+git10392 +- Fixes PR110812, Check availability of builtins at expand time + ------------------------------------------------------------------- Fri Aug 22 13:20:41 UTC 2025 - Richard Biener diff --git a/gcc15.spec b/gcc15.spec index 167d1cb..0fffb40 100644 --- a/gcc15.spec +++ b/gcc15.spec @@ -1,7 +1,7 @@ # # spec file for package gcc15 # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -217,7 +217,7 @@ %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 15.2.0+git10201 +Version: 15.2.1+git10392 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') -- 2.51.1