From 268118deece3f939e015edf07205be5030e0c06a Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Tue, 1 Mar 2022 16:24:44 +0000 Subject: [PATCH] Accepting request 958315 from devel:gcc:next - Add gcc12-d-workaround.patch that fixes issue with gcc11 compiler. - Bump to 673a10aee1aafe0c99bfadc29a7458339bdddb3a, git191845. OBS-URL: https://build.opensuse.org/request/show/958315 OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc12?expand=0&rev=18 --- cross-aarch64-gcc12-bootstrap.changes | 10 ++++++++ cross-aarch64-gcc12-bootstrap.spec | 5 +++- cross-aarch64-gcc12.changes | 10 ++++++++ cross-aarch64-gcc12.spec | 5 +++- cross-amdgcn-gcc12.changes | 10 ++++++++ cross-amdgcn-gcc12.spec | 5 +++- cross-arm-gcc12.changes | 10 ++++++++ cross-arm-gcc12.spec | 5 +++- cross-arm-none-gcc12-bootstrap.changes | 10 ++++++++ cross-arm-none-gcc12-bootstrap.spec | 5 +++- cross-arm-none-gcc12.changes | 10 ++++++++ cross-arm-none-gcc12.spec | 5 +++- cross-avr-gcc12-bootstrap.changes | 10 ++++++++ cross-avr-gcc12-bootstrap.spec | 5 +++- cross-avr-gcc12.changes | 10 ++++++++ cross-avr-gcc12.spec | 5 +++- cross-epiphany-gcc12-bootstrap.changes | 10 ++++++++ cross-epiphany-gcc12-bootstrap.spec | 5 +++- cross-epiphany-gcc12.changes | 10 ++++++++ cross-epiphany-gcc12.spec | 5 +++- cross-hppa-gcc12.changes | 10 ++++++++ cross-hppa-gcc12.spec | 5 +++- cross-m68k-gcc12.changes | 10 ++++++++ cross-m68k-gcc12.spec | 5 +++- cross-mips-gcc12.changes | 10 ++++++++ cross-mips-gcc12.spec | 5 +++- cross-nvptx-gcc12.changes | 10 ++++++++ cross-nvptx-gcc12.spec | 5 +++- cross-ppc64-gcc12.changes | 10 ++++++++ cross-ppc64-gcc12.spec | 5 +++- cross-ppc64le-gcc12.changes | 10 ++++++++ cross-ppc64le-gcc12.spec | 5 +++- cross-riscv64-elf-gcc12-bootstrap.changes | 10 ++++++++ cross-riscv64-elf-gcc12-bootstrap.spec | 5 +++- cross-riscv64-elf-gcc12.changes | 10 ++++++++ cross-riscv64-elf-gcc12.spec | 5 +++- cross-riscv64-gcc12-bootstrap.changes | 10 ++++++++ cross-riscv64-gcc12-bootstrap.spec | 5 +++- cross-riscv64-gcc12.changes | 10 ++++++++ cross-riscv64-gcc12.spec | 5 +++- cross-rx-gcc12-bootstrap.changes | 10 ++++++++ cross-rx-gcc12-bootstrap.spec | 5 +++- cross-rx-gcc12.changes | 10 ++++++++ cross-rx-gcc12.spec | 5 +++- cross-s390x-gcc12.changes | 10 ++++++++ cross-s390x-gcc12.spec | 5 +++- cross-sparc-gcc12.changes | 10 ++++++++ cross-sparc-gcc12.spec | 5 +++- cross-sparc64-gcc12.changes | 10 ++++++++ cross-sparc64-gcc12.spec | 5 +++- cross-x86_64-gcc12.changes | 10 ++++++++ cross-x86_64-gcc12.spec | 5 +++- gcc-12.0.1+git191817.tar.xz | 3 --- gcc-12.0.1+git191845.tar.xz | 3 +++ gcc.spec.in | 5 +++- gcc12-d-workaround.patch | 28 +++++++++++++++++++++++ gcc12-testresults.changes | 10 ++++++++ gcc12-testresults.spec | 5 +++- gcc12.changes | 10 ++++++++ gcc12.spec | 5 +++- 60 files changed, 427 insertions(+), 32 deletions(-) delete mode 100644 gcc-12.0.1+git191817.tar.xz create mode 100644 gcc-12.0.1+git191845.tar.xz create mode 100644 gcc12-d-workaround.patch diff --git a/cross-aarch64-gcc12-bootstrap.changes b/cross-aarch64-gcc12-bootstrap.changes index a4261ea..fee5671 100644 --- a/cross-aarch64-gcc12-bootstrap.changes +++ b/cross-aarch64-gcc12-bootstrap.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Mar 1 15:54:51 UTC 2022 - Martin Liška + +- Add gcc12-d-workaround.patch that fixes issue with gcc11 compiler. + +------------------------------------------------------------------- +Tue Mar 1 15:49:57 UTC 2022 - Martin Liška + +- Bump to 673a10aee1aafe0c99bfadc29a7458339bdddb3a, git191845. + ------------------------------------------------------------------- Mon Feb 28 09:40:45 UTC 2022 - Martin Liška diff --git a/cross-aarch64-gcc12-bootstrap.spec b/cross-aarch64-gcc12-bootstrap.spec index 0b8b25d..86eb96c 100644 --- a/cross-aarch64-gcc12-bootstrap.spec +++ b/cross-aarch64-gcc12-bootstrap.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git191817 +Version: 12.0.1+git191845 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/+/-/') @@ -135,6 +135,7 @@ Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch Patch18: gcc10-amdgcn-llvm-as.patch Patch19: gcc11-gdwarf-4-default.patch Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch +Patch21: gcc12-d-workaround.patch # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -332,6 +333,8 @@ cd .. # In SLE15 and earlier default to dwarf4, not dwarf5 %if %{suse_version} < 1550 %patch19 -p1 +# FIXME: remove the patch once gcc11 got updated (D bug) +%patch20 -p1 %endif %patch51 %patch60 -p1 diff --git a/cross-aarch64-gcc12.changes b/cross-aarch64-gcc12.changes index a4261ea..fee5671 100644 --- a/cross-aarch64-gcc12.changes +++ b/cross-aarch64-gcc12.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Mar 1 15:54:51 UTC 2022 - Martin Liška + +- Add gcc12-d-workaround.patch that fixes issue with gcc11 compiler. + +------------------------------------------------------------------- +Tue Mar 1 15:49:57 UTC 2022 - Martin Liška + +- Bump to 673a10aee1aafe0c99bfadc29a7458339bdddb3a, git191845. + ------------------------------------------------------------------- Mon Feb 28 09:40:45 UTC 2022 - Martin Liška diff --git a/cross-aarch64-gcc12.spec b/cross-aarch64-gcc12.spec index 2cfb77a..d581bf1 100644 --- a/cross-aarch64-gcc12.spec +++ b/cross-aarch64-gcc12.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git191817 +Version: 12.0.1+git191845 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/+/-/') @@ -135,6 +135,7 @@ Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch Patch18: gcc10-amdgcn-llvm-as.patch Patch19: gcc11-gdwarf-4-default.patch Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch +Patch21: gcc12-d-workaround.patch # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -332,6 +333,8 @@ cd .. # In SLE15 and earlier default to dwarf4, not dwarf5 %if %{suse_version} < 1550 %patch19 -p1 +# FIXME: remove the patch once gcc11 got updated (D bug) +%patch20 -p1 %endif %patch51 %patch60 -p1 diff --git a/cross-amdgcn-gcc12.changes b/cross-amdgcn-gcc12.changes index a4261ea..fee5671 100644 --- a/cross-amdgcn-gcc12.changes +++ b/cross-amdgcn-gcc12.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Mar 1 15:54:51 UTC 2022 - Martin Liška + +- Add gcc12-d-workaround.patch that fixes issue with gcc11 compiler. + +------------------------------------------------------------------- +Tue Mar 1 15:49:57 UTC 2022 - Martin Liška + +- Bump to 673a10aee1aafe0c99bfadc29a7458339bdddb3a, git191845. + ------------------------------------------------------------------- Mon Feb 28 09:40:45 UTC 2022 - Martin Liška diff --git a/cross-amdgcn-gcc12.spec b/cross-amdgcn-gcc12.spec index c92afa0..dc2056a 100644 --- a/cross-amdgcn-gcc12.spec +++ b/cross-amdgcn-gcc12.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git191817 +Version: 12.0.1+git191845 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/+/-/') @@ -135,6 +135,7 @@ Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch Patch18: gcc10-amdgcn-llvm-as.patch Patch19: gcc11-gdwarf-4-default.patch Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch +Patch21: gcc12-d-workaround.patch # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -332,6 +333,8 @@ cd .. # In SLE15 and earlier default to dwarf4, not dwarf5 %if %{suse_version} < 1550 %patch19 -p1 +# FIXME: remove the patch once gcc11 got updated (D bug) +%patch20 -p1 %endif %patch51 %patch60 -p1 diff --git a/cross-arm-gcc12.changes b/cross-arm-gcc12.changes index a4261ea..fee5671 100644 --- a/cross-arm-gcc12.changes +++ b/cross-arm-gcc12.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Mar 1 15:54:51 UTC 2022 - Martin Liška + +- Add gcc12-d-workaround.patch that fixes issue with gcc11 compiler. + +------------------------------------------------------------------- +Tue Mar 1 15:49:57 UTC 2022 - Martin Liška + +- Bump to 673a10aee1aafe0c99bfadc29a7458339bdddb3a, git191845. + ------------------------------------------------------------------- Mon Feb 28 09:40:45 UTC 2022 - Martin Liška diff --git a/cross-arm-gcc12.spec b/cross-arm-gcc12.spec index c7c1bcc..370132b 100644 --- a/cross-arm-gcc12.spec +++ b/cross-arm-gcc12.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git191817 +Version: 12.0.1+git191845 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/+/-/') @@ -135,6 +135,7 @@ Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch Patch18: gcc10-amdgcn-llvm-as.patch Patch19: gcc11-gdwarf-4-default.patch Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch +Patch21: gcc12-d-workaround.patch # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -332,6 +333,8 @@ cd .. # In SLE15 and earlier default to dwarf4, not dwarf5 %if %{suse_version} < 1550 %patch19 -p1 +# FIXME: remove the patch once gcc11 got updated (D bug) +%patch20 -p1 %endif %patch51 %patch60 -p1 diff --git a/cross-arm-none-gcc12-bootstrap.changes b/cross-arm-none-gcc12-bootstrap.changes index a4261ea..fee5671 100644 --- a/cross-arm-none-gcc12-bootstrap.changes +++ b/cross-arm-none-gcc12-bootstrap.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Mar 1 15:54:51 UTC 2022 - Martin Liška + +- Add gcc12-d-workaround.patch that fixes issue with gcc11 compiler. + +------------------------------------------------------------------- +Tue Mar 1 15:49:57 UTC 2022 - Martin Liška + +- Bump to 673a10aee1aafe0c99bfadc29a7458339bdddb3a, git191845. + ------------------------------------------------------------------- Mon Feb 28 09:40:45 UTC 2022 - Martin Liška diff --git a/cross-arm-none-gcc12-bootstrap.spec b/cross-arm-none-gcc12-bootstrap.spec index 8b0c434..2e524e8 100644 --- a/cross-arm-none-gcc12-bootstrap.spec +++ b/cross-arm-none-gcc12-bootstrap.spec @@ -110,7 +110,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git191817 +Version: 12.0.1+git191845 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/+/-/') @@ -136,6 +136,7 @@ Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch Patch18: gcc10-amdgcn-llvm-as.patch Patch19: gcc11-gdwarf-4-default.patch Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch +Patch21: gcc12-d-workaround.patch # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -333,6 +334,8 @@ cd .. # In SLE15 and earlier default to dwarf4, not dwarf5 %if %{suse_version} < 1550 %patch19 -p1 +# FIXME: remove the patch once gcc11 got updated (D bug) +%patch20 -p1 %endif %patch51 %patch60 -p1 diff --git a/cross-arm-none-gcc12.changes b/cross-arm-none-gcc12.changes index a4261ea..fee5671 100644 --- a/cross-arm-none-gcc12.changes +++ b/cross-arm-none-gcc12.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Mar 1 15:54:51 UTC 2022 - Martin Liška + +- Add gcc12-d-workaround.patch that fixes issue with gcc11 compiler. + +------------------------------------------------------------------- +Tue Mar 1 15:49:57 UTC 2022 - Martin Liška + +- Bump to 673a10aee1aafe0c99bfadc29a7458339bdddb3a, git191845. + ------------------------------------------------------------------- Mon Feb 28 09:40:45 UTC 2022 - Martin Liška diff --git a/cross-arm-none-gcc12.spec b/cross-arm-none-gcc12.spec index 43e7e8e..81b8804 100644 --- a/cross-arm-none-gcc12.spec +++ b/cross-arm-none-gcc12.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git191817 +Version: 12.0.1+git191845 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/+/-/') @@ -135,6 +135,7 @@ Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch Patch18: gcc10-amdgcn-llvm-as.patch Patch19: gcc11-gdwarf-4-default.patch Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch +Patch21: gcc12-d-workaround.patch # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -332,6 +333,8 @@ cd .. # In SLE15 and earlier default to dwarf4, not dwarf5 %if %{suse_version} < 1550 %patch19 -p1 +# FIXME: remove the patch once gcc11 got updated (D bug) +%patch20 -p1 %endif %patch51 %patch60 -p1 diff --git a/cross-avr-gcc12-bootstrap.changes b/cross-avr-gcc12-bootstrap.changes index a4261ea..fee5671 100644 --- a/cross-avr-gcc12-bootstrap.changes +++ b/cross-avr-gcc12-bootstrap.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Mar 1 15:54:51 UTC 2022 - Martin Liška + +- Add gcc12-d-workaround.patch that fixes issue with gcc11 compiler. + +------------------------------------------------------------------- +Tue Mar 1 15:49:57 UTC 2022 - Martin Liška + +- Bump to 673a10aee1aafe0c99bfadc29a7458339bdddb3a, git191845. + ------------------------------------------------------------------- Mon Feb 28 09:40:45 UTC 2022 - Martin Liška diff --git a/cross-avr-gcc12-bootstrap.spec b/cross-avr-gcc12-bootstrap.spec index fcf9ecd..4990986 100644 --- a/cross-avr-gcc12-bootstrap.spec +++ b/cross-avr-gcc12-bootstrap.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git191817 +Version: 12.0.1+git191845 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/+/-/') @@ -135,6 +135,7 @@ Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch Patch18: gcc10-amdgcn-llvm-as.patch Patch19: gcc11-gdwarf-4-default.patch Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch +Patch21: gcc12-d-workaround.patch # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -332,6 +333,8 @@ cd .. # In SLE15 and earlier default to dwarf4, not dwarf5 %if %{suse_version} < 1550 %patch19 -p1 +# FIXME: remove the patch once gcc11 got updated (D bug) +%patch20 -p1 %endif %patch51 %patch60 -p1 diff --git a/cross-avr-gcc12.changes b/cross-avr-gcc12.changes index a4261ea..fee5671 100644 --- a/cross-avr-gcc12.changes +++ b/cross-avr-gcc12.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Mar 1 15:54:51 UTC 2022 - Martin Liška + +- Add gcc12-d-workaround.patch that fixes issue with gcc11 compiler. + +------------------------------------------------------------------- +Tue Mar 1 15:49:57 UTC 2022 - Martin Liška + +- Bump to 673a10aee1aafe0c99bfadc29a7458339bdddb3a, git191845. + ------------------------------------------------------------------- Mon Feb 28 09:40:45 UTC 2022 - Martin Liška diff --git a/cross-avr-gcc12.spec b/cross-avr-gcc12.spec index cfd5e17..beda86a 100644 --- a/cross-avr-gcc12.spec +++ b/cross-avr-gcc12.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git191817 +Version: 12.0.1+git191845 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/+/-/') @@ -135,6 +135,7 @@ Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch Patch18: gcc10-amdgcn-llvm-as.patch Patch19: gcc11-gdwarf-4-default.patch Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch +Patch21: gcc12-d-workaround.patch # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -332,6 +333,8 @@ cd .. # In SLE15 and earlier default to dwarf4, not dwarf5 %if %{suse_version} < 1550 %patch19 -p1 +# FIXME: remove the patch once gcc11 got updated (D bug) +%patch20 -p1 %endif %patch51 %patch60 -p1 diff --git a/cross-epiphany-gcc12-bootstrap.changes b/cross-epiphany-gcc12-bootstrap.changes index a4261ea..fee5671 100644 --- a/cross-epiphany-gcc12-bootstrap.changes +++ b/cross-epiphany-gcc12-bootstrap.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Mar 1 15:54:51 UTC 2022 - Martin Liška + +- Add gcc12-d-workaround.patch that fixes issue with gcc11 compiler. + +------------------------------------------------------------------- +Tue Mar 1 15:49:57 UTC 2022 - Martin Liška + +- Bump to 673a10aee1aafe0c99bfadc29a7458339bdddb3a, git191845. + ------------------------------------------------------------------- Mon Feb 28 09:40:45 UTC 2022 - Martin Liška diff --git a/cross-epiphany-gcc12-bootstrap.spec b/cross-epiphany-gcc12-bootstrap.spec index 3ff7ea4..e981c45 100644 --- a/cross-epiphany-gcc12-bootstrap.spec +++ b/cross-epiphany-gcc12-bootstrap.spec @@ -110,7 +110,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git191817 +Version: 12.0.1+git191845 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/+/-/') @@ -136,6 +136,7 @@ Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch Patch18: gcc10-amdgcn-llvm-as.patch Patch19: gcc11-gdwarf-4-default.patch Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch +Patch21: gcc12-d-workaround.patch # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -333,6 +334,8 @@ cd .. # In SLE15 and earlier default to dwarf4, not dwarf5 %if %{suse_version} < 1550 %patch19 -p1 +# FIXME: remove the patch once gcc11 got updated (D bug) +%patch20 -p1 %endif %patch51 %patch60 -p1 diff --git a/cross-epiphany-gcc12.changes b/cross-epiphany-gcc12.changes index a4261ea..fee5671 100644 --- a/cross-epiphany-gcc12.changes +++ b/cross-epiphany-gcc12.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Mar 1 15:54:51 UTC 2022 - Martin Liška + +- Add gcc12-d-workaround.patch that fixes issue with gcc11 compiler. + +------------------------------------------------------------------- +Tue Mar 1 15:49:57 UTC 2022 - Martin Liška + +- Bump to 673a10aee1aafe0c99bfadc29a7458339bdddb3a, git191845. + ------------------------------------------------------------------- Mon Feb 28 09:40:45 UTC 2022 - Martin Liška diff --git a/cross-epiphany-gcc12.spec b/cross-epiphany-gcc12.spec index f6cc921..431d770 100644 --- a/cross-epiphany-gcc12.spec +++ b/cross-epiphany-gcc12.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git191817 +Version: 12.0.1+git191845 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/+/-/') @@ -135,6 +135,7 @@ Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch Patch18: gcc10-amdgcn-llvm-as.patch Patch19: gcc11-gdwarf-4-default.patch Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch +Patch21: gcc12-d-workaround.patch # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -332,6 +333,8 @@ cd .. # In SLE15 and earlier default to dwarf4, not dwarf5 %if %{suse_version} < 1550 %patch19 -p1 +# FIXME: remove the patch once gcc11 got updated (D bug) +%patch20 -p1 %endif %patch51 %patch60 -p1 diff --git a/cross-hppa-gcc12.changes b/cross-hppa-gcc12.changes index a4261ea..fee5671 100644 --- a/cross-hppa-gcc12.changes +++ b/cross-hppa-gcc12.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Mar 1 15:54:51 UTC 2022 - Martin Liška + +- Add gcc12-d-workaround.patch that fixes issue with gcc11 compiler. + +------------------------------------------------------------------- +Tue Mar 1 15:49:57 UTC 2022 - Martin Liška + +- Bump to 673a10aee1aafe0c99bfadc29a7458339bdddb3a, git191845. + ------------------------------------------------------------------- Mon Feb 28 09:40:45 UTC 2022 - Martin Liška diff --git a/cross-hppa-gcc12.spec b/cross-hppa-gcc12.spec index 5ba63d8..c4f2cb0 100644 --- a/cross-hppa-gcc12.spec +++ b/cross-hppa-gcc12.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git191817 +Version: 12.0.1+git191845 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/+/-/') @@ -135,6 +135,7 @@ Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch Patch18: gcc10-amdgcn-llvm-as.patch Patch19: gcc11-gdwarf-4-default.patch Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch +Patch21: gcc12-d-workaround.patch # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -332,6 +333,8 @@ cd .. # In SLE15 and earlier default to dwarf4, not dwarf5 %if %{suse_version} < 1550 %patch19 -p1 +# FIXME: remove the patch once gcc11 got updated (D bug) +%patch20 -p1 %endif %patch51 %patch60 -p1 diff --git a/cross-m68k-gcc12.changes b/cross-m68k-gcc12.changes index a4261ea..fee5671 100644 --- a/cross-m68k-gcc12.changes +++ b/cross-m68k-gcc12.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Mar 1 15:54:51 UTC 2022 - Martin Liška + +- Add gcc12-d-workaround.patch that fixes issue with gcc11 compiler. + +------------------------------------------------------------------- +Tue Mar 1 15:49:57 UTC 2022 - Martin Liška + +- Bump to 673a10aee1aafe0c99bfadc29a7458339bdddb3a, git191845. + ------------------------------------------------------------------- Mon Feb 28 09:40:45 UTC 2022 - Martin Liška diff --git a/cross-m68k-gcc12.spec b/cross-m68k-gcc12.spec index 8c00fcf..36b4480 100644 --- a/cross-m68k-gcc12.spec +++ b/cross-m68k-gcc12.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git191817 +Version: 12.0.1+git191845 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/+/-/') @@ -135,6 +135,7 @@ Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch Patch18: gcc10-amdgcn-llvm-as.patch Patch19: gcc11-gdwarf-4-default.patch Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch +Patch21: gcc12-d-workaround.patch # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -332,6 +333,8 @@ cd .. # In SLE15 and earlier default to dwarf4, not dwarf5 %if %{suse_version} < 1550 %patch19 -p1 +# FIXME: remove the patch once gcc11 got updated (D bug) +%patch20 -p1 %endif %patch51 %patch60 -p1 diff --git a/cross-mips-gcc12.changes b/cross-mips-gcc12.changes index a4261ea..fee5671 100644 --- a/cross-mips-gcc12.changes +++ b/cross-mips-gcc12.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Mar 1 15:54:51 UTC 2022 - Martin Liška + +- Add gcc12-d-workaround.patch that fixes issue with gcc11 compiler. + +------------------------------------------------------------------- +Tue Mar 1 15:49:57 UTC 2022 - Martin Liška + +- Bump to 673a10aee1aafe0c99bfadc29a7458339bdddb3a, git191845. + ------------------------------------------------------------------- Mon Feb 28 09:40:45 UTC 2022 - Martin Liška diff --git a/cross-mips-gcc12.spec b/cross-mips-gcc12.spec index f78fcd2..2a85c64 100644 --- a/cross-mips-gcc12.spec +++ b/cross-mips-gcc12.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git191817 +Version: 12.0.1+git191845 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/+/-/') @@ -135,6 +135,7 @@ Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch Patch18: gcc10-amdgcn-llvm-as.patch Patch19: gcc11-gdwarf-4-default.patch Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch +Patch21: gcc12-d-workaround.patch # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -332,6 +333,8 @@ cd .. # In SLE15 and earlier default to dwarf4, not dwarf5 %if %{suse_version} < 1550 %patch19 -p1 +# FIXME: remove the patch once gcc11 got updated (D bug) +%patch20 -p1 %endif %patch51 %patch60 -p1 diff --git a/cross-nvptx-gcc12.changes b/cross-nvptx-gcc12.changes index a4261ea..fee5671 100644 --- a/cross-nvptx-gcc12.changes +++ b/cross-nvptx-gcc12.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Mar 1 15:54:51 UTC 2022 - Martin Liška + +- Add gcc12-d-workaround.patch that fixes issue with gcc11 compiler. + +------------------------------------------------------------------- +Tue Mar 1 15:49:57 UTC 2022 - Martin Liška + +- Bump to 673a10aee1aafe0c99bfadc29a7458339bdddb3a, git191845. + ------------------------------------------------------------------- Mon Feb 28 09:40:45 UTC 2022 - Martin Liška diff --git a/cross-nvptx-gcc12.spec b/cross-nvptx-gcc12.spec index 63b17ba..27714d3 100644 --- a/cross-nvptx-gcc12.spec +++ b/cross-nvptx-gcc12.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git191817 +Version: 12.0.1+git191845 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/+/-/') @@ -135,6 +135,7 @@ Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch Patch18: gcc10-amdgcn-llvm-as.patch Patch19: gcc11-gdwarf-4-default.patch Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch +Patch21: gcc12-d-workaround.patch # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -332,6 +333,8 @@ cd .. # In SLE15 and earlier default to dwarf4, not dwarf5 %if %{suse_version} < 1550 %patch19 -p1 +# FIXME: remove the patch once gcc11 got updated (D bug) +%patch20 -p1 %endif %patch51 %patch60 -p1 diff --git a/cross-ppc64-gcc12.changes b/cross-ppc64-gcc12.changes index a4261ea..fee5671 100644 --- a/cross-ppc64-gcc12.changes +++ b/cross-ppc64-gcc12.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Mar 1 15:54:51 UTC 2022 - Martin Liška + +- Add gcc12-d-workaround.patch that fixes issue with gcc11 compiler. + +------------------------------------------------------------------- +Tue Mar 1 15:49:57 UTC 2022 - Martin Liška + +- Bump to 673a10aee1aafe0c99bfadc29a7458339bdddb3a, git191845. + ------------------------------------------------------------------- Mon Feb 28 09:40:45 UTC 2022 - Martin Liška diff --git a/cross-ppc64-gcc12.spec b/cross-ppc64-gcc12.spec index 24235d8..53b227d 100644 --- a/cross-ppc64-gcc12.spec +++ b/cross-ppc64-gcc12.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git191817 +Version: 12.0.1+git191845 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/+/-/') @@ -135,6 +135,7 @@ Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch Patch18: gcc10-amdgcn-llvm-as.patch Patch19: gcc11-gdwarf-4-default.patch Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch +Patch21: gcc12-d-workaround.patch # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -332,6 +333,8 @@ cd .. # In SLE15 and earlier default to dwarf4, not dwarf5 %if %{suse_version} < 1550 %patch19 -p1 +# FIXME: remove the patch once gcc11 got updated (D bug) +%patch20 -p1 %endif %patch51 %patch60 -p1 diff --git a/cross-ppc64le-gcc12.changes b/cross-ppc64le-gcc12.changes index a4261ea..fee5671 100644 --- a/cross-ppc64le-gcc12.changes +++ b/cross-ppc64le-gcc12.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Mar 1 15:54:51 UTC 2022 - Martin Liška + +- Add gcc12-d-workaround.patch that fixes issue with gcc11 compiler. + +------------------------------------------------------------------- +Tue Mar 1 15:49:57 UTC 2022 - Martin Liška + +- Bump to 673a10aee1aafe0c99bfadc29a7458339bdddb3a, git191845. + ------------------------------------------------------------------- Mon Feb 28 09:40:45 UTC 2022 - Martin Liška diff --git a/cross-ppc64le-gcc12.spec b/cross-ppc64le-gcc12.spec index 7c3f611..a4baac4 100644 --- a/cross-ppc64le-gcc12.spec +++ b/cross-ppc64le-gcc12.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git191817 +Version: 12.0.1+git191845 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/+/-/') @@ -135,6 +135,7 @@ Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch Patch18: gcc10-amdgcn-llvm-as.patch Patch19: gcc11-gdwarf-4-default.patch Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch +Patch21: gcc12-d-workaround.patch # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -332,6 +333,8 @@ cd .. # In SLE15 and earlier default to dwarf4, not dwarf5 %if %{suse_version} < 1550 %patch19 -p1 +# FIXME: remove the patch once gcc11 got updated (D bug) +%patch20 -p1 %endif %patch51 %patch60 -p1 diff --git a/cross-riscv64-elf-gcc12-bootstrap.changes b/cross-riscv64-elf-gcc12-bootstrap.changes index a4261ea..fee5671 100644 --- a/cross-riscv64-elf-gcc12-bootstrap.changes +++ b/cross-riscv64-elf-gcc12-bootstrap.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Mar 1 15:54:51 UTC 2022 - Martin Liška + +- Add gcc12-d-workaround.patch that fixes issue with gcc11 compiler. + +------------------------------------------------------------------- +Tue Mar 1 15:49:57 UTC 2022 - Martin Liška + +- Bump to 673a10aee1aafe0c99bfadc29a7458339bdddb3a, git191845. + ------------------------------------------------------------------- Mon Feb 28 09:40:45 UTC 2022 - Martin Liška diff --git a/cross-riscv64-elf-gcc12-bootstrap.spec b/cross-riscv64-elf-gcc12-bootstrap.spec index e09a85d..8f07d0e 100644 --- a/cross-riscv64-elf-gcc12-bootstrap.spec +++ b/cross-riscv64-elf-gcc12-bootstrap.spec @@ -110,7 +110,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git191817 +Version: 12.0.1+git191845 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/+/-/') @@ -136,6 +136,7 @@ Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch Patch18: gcc10-amdgcn-llvm-as.patch Patch19: gcc11-gdwarf-4-default.patch Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch +Patch21: gcc12-d-workaround.patch # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -333,6 +334,8 @@ cd .. # In SLE15 and earlier default to dwarf4, not dwarf5 %if %{suse_version} < 1550 %patch19 -p1 +# FIXME: remove the patch once gcc11 got updated (D bug) +%patch20 -p1 %endif %patch51 %patch60 -p1 diff --git a/cross-riscv64-elf-gcc12.changes b/cross-riscv64-elf-gcc12.changes index a4261ea..fee5671 100644 --- a/cross-riscv64-elf-gcc12.changes +++ b/cross-riscv64-elf-gcc12.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Mar 1 15:54:51 UTC 2022 - Martin Liška + +- Add gcc12-d-workaround.patch that fixes issue with gcc11 compiler. + +------------------------------------------------------------------- +Tue Mar 1 15:49:57 UTC 2022 - Martin Liška + +- Bump to 673a10aee1aafe0c99bfadc29a7458339bdddb3a, git191845. + ------------------------------------------------------------------- Mon Feb 28 09:40:45 UTC 2022 - Martin Liška diff --git a/cross-riscv64-elf-gcc12.spec b/cross-riscv64-elf-gcc12.spec index 45593ea..cffd595 100644 --- a/cross-riscv64-elf-gcc12.spec +++ b/cross-riscv64-elf-gcc12.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git191817 +Version: 12.0.1+git191845 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/+/-/') @@ -135,6 +135,7 @@ Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch Patch18: gcc10-amdgcn-llvm-as.patch Patch19: gcc11-gdwarf-4-default.patch Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch +Patch21: gcc12-d-workaround.patch # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -332,6 +333,8 @@ cd .. # In SLE15 and earlier default to dwarf4, not dwarf5 %if %{suse_version} < 1550 %patch19 -p1 +# FIXME: remove the patch once gcc11 got updated (D bug) +%patch20 -p1 %endif %patch51 %patch60 -p1 diff --git a/cross-riscv64-gcc12-bootstrap.changes b/cross-riscv64-gcc12-bootstrap.changes index a4261ea..fee5671 100644 --- a/cross-riscv64-gcc12-bootstrap.changes +++ b/cross-riscv64-gcc12-bootstrap.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Mar 1 15:54:51 UTC 2022 - Martin Liška + +- Add gcc12-d-workaround.patch that fixes issue with gcc11 compiler. + +------------------------------------------------------------------- +Tue Mar 1 15:49:57 UTC 2022 - Martin Liška + +- Bump to 673a10aee1aafe0c99bfadc29a7458339bdddb3a, git191845. + ------------------------------------------------------------------- Mon Feb 28 09:40:45 UTC 2022 - Martin Liška diff --git a/cross-riscv64-gcc12-bootstrap.spec b/cross-riscv64-gcc12-bootstrap.spec index 16ea9d9..9373c4b 100644 --- a/cross-riscv64-gcc12-bootstrap.spec +++ b/cross-riscv64-gcc12-bootstrap.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git191817 +Version: 12.0.1+git191845 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/+/-/') @@ -135,6 +135,7 @@ Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch Patch18: gcc10-amdgcn-llvm-as.patch Patch19: gcc11-gdwarf-4-default.patch Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch +Patch21: gcc12-d-workaround.patch # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -332,6 +333,8 @@ cd .. # In SLE15 and earlier default to dwarf4, not dwarf5 %if %{suse_version} < 1550 %patch19 -p1 +# FIXME: remove the patch once gcc11 got updated (D bug) +%patch20 -p1 %endif %patch51 %patch60 -p1 diff --git a/cross-riscv64-gcc12.changes b/cross-riscv64-gcc12.changes index a4261ea..fee5671 100644 --- a/cross-riscv64-gcc12.changes +++ b/cross-riscv64-gcc12.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Mar 1 15:54:51 UTC 2022 - Martin Liška + +- Add gcc12-d-workaround.patch that fixes issue with gcc11 compiler. + +------------------------------------------------------------------- +Tue Mar 1 15:49:57 UTC 2022 - Martin Liška + +- Bump to 673a10aee1aafe0c99bfadc29a7458339bdddb3a, git191845. + ------------------------------------------------------------------- Mon Feb 28 09:40:45 UTC 2022 - Martin Liška diff --git a/cross-riscv64-gcc12.spec b/cross-riscv64-gcc12.spec index 8addc4b..e884b66 100644 --- a/cross-riscv64-gcc12.spec +++ b/cross-riscv64-gcc12.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git191817 +Version: 12.0.1+git191845 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/+/-/') @@ -135,6 +135,7 @@ Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch Patch18: gcc10-amdgcn-llvm-as.patch Patch19: gcc11-gdwarf-4-default.patch Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch +Patch21: gcc12-d-workaround.patch # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -332,6 +333,8 @@ cd .. # In SLE15 and earlier default to dwarf4, not dwarf5 %if %{suse_version} < 1550 %patch19 -p1 +# FIXME: remove the patch once gcc11 got updated (D bug) +%patch20 -p1 %endif %patch51 %patch60 -p1 diff --git a/cross-rx-gcc12-bootstrap.changes b/cross-rx-gcc12-bootstrap.changes index a4261ea..fee5671 100644 --- a/cross-rx-gcc12-bootstrap.changes +++ b/cross-rx-gcc12-bootstrap.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Mar 1 15:54:51 UTC 2022 - Martin Liška + +- Add gcc12-d-workaround.patch that fixes issue with gcc11 compiler. + +------------------------------------------------------------------- +Tue Mar 1 15:49:57 UTC 2022 - Martin Liška + +- Bump to 673a10aee1aafe0c99bfadc29a7458339bdddb3a, git191845. + ------------------------------------------------------------------- Mon Feb 28 09:40:45 UTC 2022 - Martin Liška diff --git a/cross-rx-gcc12-bootstrap.spec b/cross-rx-gcc12-bootstrap.spec index 8efab8b..a87ea55 100644 --- a/cross-rx-gcc12-bootstrap.spec +++ b/cross-rx-gcc12-bootstrap.spec @@ -110,7 +110,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git191817 +Version: 12.0.1+git191845 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/+/-/') @@ -136,6 +136,7 @@ Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch Patch18: gcc10-amdgcn-llvm-as.patch Patch19: gcc11-gdwarf-4-default.patch Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch +Patch21: gcc12-d-workaround.patch # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -333,6 +334,8 @@ cd .. # In SLE15 and earlier default to dwarf4, not dwarf5 %if %{suse_version} < 1550 %patch19 -p1 +# FIXME: remove the patch once gcc11 got updated (D bug) +%patch20 -p1 %endif %patch51 %patch60 -p1 diff --git a/cross-rx-gcc12.changes b/cross-rx-gcc12.changes index a4261ea..fee5671 100644 --- a/cross-rx-gcc12.changes +++ b/cross-rx-gcc12.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Mar 1 15:54:51 UTC 2022 - Martin Liška + +- Add gcc12-d-workaround.patch that fixes issue with gcc11 compiler. + +------------------------------------------------------------------- +Tue Mar 1 15:49:57 UTC 2022 - Martin Liška + +- Bump to 673a10aee1aafe0c99bfadc29a7458339bdddb3a, git191845. + ------------------------------------------------------------------- Mon Feb 28 09:40:45 UTC 2022 - Martin Liška diff --git a/cross-rx-gcc12.spec b/cross-rx-gcc12.spec index ce7afb9..6522f4a 100644 --- a/cross-rx-gcc12.spec +++ b/cross-rx-gcc12.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git191817 +Version: 12.0.1+git191845 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/+/-/') @@ -135,6 +135,7 @@ Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch Patch18: gcc10-amdgcn-llvm-as.patch Patch19: gcc11-gdwarf-4-default.patch Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch +Patch21: gcc12-d-workaround.patch # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -332,6 +333,8 @@ cd .. # In SLE15 and earlier default to dwarf4, not dwarf5 %if %{suse_version} < 1550 %patch19 -p1 +# FIXME: remove the patch once gcc11 got updated (D bug) +%patch20 -p1 %endif %patch51 %patch60 -p1 diff --git a/cross-s390x-gcc12.changes b/cross-s390x-gcc12.changes index a4261ea..fee5671 100644 --- a/cross-s390x-gcc12.changes +++ b/cross-s390x-gcc12.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Mar 1 15:54:51 UTC 2022 - Martin Liška + +- Add gcc12-d-workaround.patch that fixes issue with gcc11 compiler. + +------------------------------------------------------------------- +Tue Mar 1 15:49:57 UTC 2022 - Martin Liška + +- Bump to 673a10aee1aafe0c99bfadc29a7458339bdddb3a, git191845. + ------------------------------------------------------------------- Mon Feb 28 09:40:45 UTC 2022 - Martin Liška diff --git a/cross-s390x-gcc12.spec b/cross-s390x-gcc12.spec index bde196d..fc763d9 100644 --- a/cross-s390x-gcc12.spec +++ b/cross-s390x-gcc12.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git191817 +Version: 12.0.1+git191845 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/+/-/') @@ -135,6 +135,7 @@ Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch Patch18: gcc10-amdgcn-llvm-as.patch Patch19: gcc11-gdwarf-4-default.patch Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch +Patch21: gcc12-d-workaround.patch # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -332,6 +333,8 @@ cd .. # In SLE15 and earlier default to dwarf4, not dwarf5 %if %{suse_version} < 1550 %patch19 -p1 +# FIXME: remove the patch once gcc11 got updated (D bug) +%patch20 -p1 %endif %patch51 %patch60 -p1 diff --git a/cross-sparc-gcc12.changes b/cross-sparc-gcc12.changes index a4261ea..fee5671 100644 --- a/cross-sparc-gcc12.changes +++ b/cross-sparc-gcc12.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Mar 1 15:54:51 UTC 2022 - Martin Liška + +- Add gcc12-d-workaround.patch that fixes issue with gcc11 compiler. + +------------------------------------------------------------------- +Tue Mar 1 15:49:57 UTC 2022 - Martin Liška + +- Bump to 673a10aee1aafe0c99bfadc29a7458339bdddb3a, git191845. + ------------------------------------------------------------------- Mon Feb 28 09:40:45 UTC 2022 - Martin Liška diff --git a/cross-sparc-gcc12.spec b/cross-sparc-gcc12.spec index b1f9a43..05ff716 100644 --- a/cross-sparc-gcc12.spec +++ b/cross-sparc-gcc12.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git191817 +Version: 12.0.1+git191845 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/+/-/') @@ -135,6 +135,7 @@ Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch Patch18: gcc10-amdgcn-llvm-as.patch Patch19: gcc11-gdwarf-4-default.patch Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch +Patch21: gcc12-d-workaround.patch # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -332,6 +333,8 @@ cd .. # In SLE15 and earlier default to dwarf4, not dwarf5 %if %{suse_version} < 1550 %patch19 -p1 +# FIXME: remove the patch once gcc11 got updated (D bug) +%patch20 -p1 %endif %patch51 %patch60 -p1 diff --git a/cross-sparc64-gcc12.changes b/cross-sparc64-gcc12.changes index a4261ea..fee5671 100644 --- a/cross-sparc64-gcc12.changes +++ b/cross-sparc64-gcc12.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Mar 1 15:54:51 UTC 2022 - Martin Liška + +- Add gcc12-d-workaround.patch that fixes issue with gcc11 compiler. + +------------------------------------------------------------------- +Tue Mar 1 15:49:57 UTC 2022 - Martin Liška + +- Bump to 673a10aee1aafe0c99bfadc29a7458339bdddb3a, git191845. + ------------------------------------------------------------------- Mon Feb 28 09:40:45 UTC 2022 - Martin Liška diff --git a/cross-sparc64-gcc12.spec b/cross-sparc64-gcc12.spec index 43724ed..49c652f 100644 --- a/cross-sparc64-gcc12.spec +++ b/cross-sparc64-gcc12.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git191817 +Version: 12.0.1+git191845 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/+/-/') @@ -135,6 +135,7 @@ Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch Patch18: gcc10-amdgcn-llvm-as.patch Patch19: gcc11-gdwarf-4-default.patch Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch +Patch21: gcc12-d-workaround.patch # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -332,6 +333,8 @@ cd .. # In SLE15 and earlier default to dwarf4, not dwarf5 %if %{suse_version} < 1550 %patch19 -p1 +# FIXME: remove the patch once gcc11 got updated (D bug) +%patch20 -p1 %endif %patch51 %patch60 -p1 diff --git a/cross-x86_64-gcc12.changes b/cross-x86_64-gcc12.changes index a4261ea..fee5671 100644 --- a/cross-x86_64-gcc12.changes +++ b/cross-x86_64-gcc12.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Mar 1 15:54:51 UTC 2022 - Martin Liška + +- Add gcc12-d-workaround.patch that fixes issue with gcc11 compiler. + +------------------------------------------------------------------- +Tue Mar 1 15:49:57 UTC 2022 - Martin Liška + +- Bump to 673a10aee1aafe0c99bfadc29a7458339bdddb3a, git191845. + ------------------------------------------------------------------- Mon Feb 28 09:40:45 UTC 2022 - Martin Liška diff --git a/cross-x86_64-gcc12.spec b/cross-x86_64-gcc12.spec index bbc32e9..aa33958 100644 --- a/cross-x86_64-gcc12.spec +++ b/cross-x86_64-gcc12.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git191817 +Version: 12.0.1+git191845 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/+/-/') @@ -135,6 +135,7 @@ Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch Patch18: gcc10-amdgcn-llvm-as.patch Patch19: gcc11-gdwarf-4-default.patch Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch +Patch21: gcc12-d-workaround.patch # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -332,6 +333,8 @@ cd .. # In SLE15 and earlier default to dwarf4, not dwarf5 %if %{suse_version} < 1550 %patch19 -p1 +# FIXME: remove the patch once gcc11 got updated (D bug) +%patch20 -p1 %endif %patch51 %patch60 -p1 diff --git a/gcc-12.0.1+git191817.tar.xz b/gcc-12.0.1+git191817.tar.xz deleted file mode 100644 index d739639..0000000 --- a/gcc-12.0.1+git191817.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f0fe32ce3bcc03b1e44ace728f0ee0506f263dd9f496083a592dfb82dbaa47af -size 81939488 diff --git a/gcc-12.0.1+git191845.tar.xz b/gcc-12.0.1+git191845.tar.xz new file mode 100644 index 0000000..2379045 --- /dev/null +++ b/gcc-12.0.1+git191845.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e624f90f40fd1db719ea12c72c767367aa4fe8d0dde5b0da2ad7424596930ab +size 81954772 diff --git a/gcc.spec.in b/gcc.spec.in index 3361d6d..d279a2a 100644 --- a/gcc.spec.in +++ b/gcc.spec.in @@ -190,7 +190,7 @@ %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git191817 +Version: 12.0.1+git191845 Release: 1 %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/+/-/') @@ -372,6 +372,7 @@ Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch Patch18: gcc10-amdgcn-llvm-as.patch Patch19: gcc11-gdwarf-4-default.patch Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch +Patch21: gcc12-d-workaround.patch # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -1197,6 +1198,8 @@ cd .. # In SLE15 and earlier default to dwarf4, not dwarf5 %if %{suse_version} < 1550 %patch19 -p1 +# FIXME: remove the patch once gcc11 got updated (D bug) +%patch20 -p1 %endif %patch51 %patch60 -p1 diff --git a/gcc12-d-workaround.patch b/gcc12-d-workaround.patch new file mode 100644 index 0000000..3455d36 --- /dev/null +++ b/gcc12-d-workaround.patch @@ -0,0 +1,28 @@ + gcc/d/Make-lang.in | 4 ---- + 1 file changed, 4 deletions(-) + +diff --git a/gcc/d/Make-lang.in b/gcc/d/Make-lang.in +index 6c90657d65f..41ca2566eb4 100644 +--- a/gcc/d/Make-lang.in ++++ b/gcc/d/Make-lang.in +@@ -62,7 +62,6 @@ ALL_DFLAGS = $(DFLAGS-$@) $(GDCFLAGS) -fversion=IN_GCC $(CHECKING_DFLAGS) \ + + DCOMPILE.base = $(GDC) $(NO_PIE_CFLAGS) -c $(ALL_DFLAGS) -o $@ + DCOMPILE = $(DCOMPILE.base) -MT $@ -MMD -MP -MF $(@D)/$(DEPDIR)/$(*F).TPo +-DPOSTCOMPILE = @mv $(@D)/$(DEPDIR)/$(*F).TPo $(@D)/$(DEPDIR)/$(*F).Po + DLINKER = $(GDC) $(NO_PIE_FLAG) -lstdc++ + + # Like LINKER, but use a mutex for serializing front end links. +@@ -396,12 +395,9 @@ D_INCLUDES = -I$(srcdir)/d -J$(srcdir)/d/dmd -J$(srcdir)/d/dmd/res + # Override build rules for D frontend. + d/%.o: d/dmd/%.d + $(DCOMPILE) $(D_INCLUDES) $< +- $(DPOSTCOMPILE) + + d/common-%.o: d/dmd/common/%.d + $(DCOMPILE) $(D_INCLUDES) $< +- $(DPOSTCOMPILE) + + d/root-%.o: d/dmd/root/%.d + $(DCOMPILE) $(D_INCLUDES) $< +- $(DPOSTCOMPILE) diff --git a/gcc12-testresults.changes b/gcc12-testresults.changes index a4261ea..fee5671 100644 --- a/gcc12-testresults.changes +++ b/gcc12-testresults.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Mar 1 15:54:51 UTC 2022 - Martin Liška + +- Add gcc12-d-workaround.patch that fixes issue with gcc11 compiler. + +------------------------------------------------------------------- +Tue Mar 1 15:49:57 UTC 2022 - Martin Liška + +- Bump to 673a10aee1aafe0c99bfadc29a7458339bdddb3a, git191845. + ------------------------------------------------------------------- Mon Feb 28 09:40:45 UTC 2022 - Martin Liška diff --git a/gcc12-testresults.spec b/gcc12-testresults.spec index b3074b9..7a7ab45 100644 --- a/gcc12-testresults.spec +++ b/gcc12-testresults.spec @@ -207,7 +207,7 @@ %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git191817 +Version: 12.0.1+git191845 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/+/-/') @@ -388,6 +388,7 @@ Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch Patch18: gcc10-amdgcn-llvm-as.patch Patch19: gcc11-gdwarf-4-default.patch Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch +Patch21: gcc12-d-workaround.patch # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -524,6 +525,8 @@ cd .. # In SLE15 and earlier default to dwarf4, not dwarf5 %if %{suse_version} < 1550 %patch19 -p1 +# FIXME: remove the patch once gcc11 got updated (D bug) +%patch20 -p1 %endif %patch51 %patch60 -p1 diff --git a/gcc12.changes b/gcc12.changes index a4261ea..fee5671 100644 --- a/gcc12.changes +++ b/gcc12.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Mar 1 15:54:51 UTC 2022 - Martin Liška + +- Add gcc12-d-workaround.patch that fixes issue with gcc11 compiler. + +------------------------------------------------------------------- +Tue Mar 1 15:49:57 UTC 2022 - Martin Liška + +- Bump to 673a10aee1aafe0c99bfadc29a7458339bdddb3a, git191845. + ------------------------------------------------------------------- Mon Feb 28 09:40:45 UTC 2022 - Martin Liška diff --git a/gcc12.spec b/gcc12.spec index 1f8e6ad..3560858 100644 --- a/gcc12.spec +++ b/gcc12.spec @@ -186,7 +186,7 @@ %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git191817 +Version: 12.0.1+git191845 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/+/-/') @@ -367,6 +367,7 @@ Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch Patch18: gcc10-amdgcn-llvm-as.patch Patch19: gcc11-gdwarf-4-default.patch Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch +Patch21: gcc12-d-workaround.patch # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -1992,6 +1993,8 @@ cd .. # In SLE15 and earlier default to dwarf4, not dwarf5 %if %{suse_version} < 1550 %patch19 -p1 +# FIXME: remove the patch once gcc11 got updated (D bug) +%patch20 -p1 %endif %patch51 %patch60 -p1