- Add gcc12-d-workaround.patch that fixes issue with gcc11 compiler.

- Bump to 673a10aee1aafe0c99bfadc29a7458339bdddb3a, git191845.

Rev devel:gcc/18 Md5 52affbe56ce4936854bf5fa4776583c8 2022-03-01 16:24:44 rguenther 958315
This commit is contained in:
OBS User rguenther
2022-03-01 16:24:44 +00:00
committed by Git OBS Bridge
parent 5e58f5ac2a
commit 129d6a4ea1
60 changed files with 427 additions and 32 deletions

View File

@@ -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