Revisions of gcc13
Ana Guerrero (anag+factory)
accepted
request 1216955
from
Richard Biener (rguenther)
(revision 30)
- Remove epiphany build, newlib no longer builds for it. - Add gcc13-pr116657.patch to fix for parsing tzdata 2024b [gcc#116657]
Dominique Leuenberger (dimstar_suse)
accepted
request 1192633
from
Richard Biener (rguenther)
(revision 29)
- Update to gcc-13 branch head, 9d368828bd4d04ce507e02a581, git8964 * includes fix for samba build with glibc 2.40 - Add gcc13-rs6000-Adjust-fpatchable-function-entry.patch to fix the incorrect NOPs layout when -fpatchable-function-enry is passed in ppc64le.
Ana Guerrero (anag+factory)
accepted
request 1175553
from
Richard Biener (rguenther)
(revision 28)
- Update to GCC 13.3 release
Ana Guerrero (anag+factory)
accepted
request 1173185
from
Richard Biener (rguenther)
(revision 27)
- Update to gcc-13 branch head, b7a2697733d19a093cbdd0e200, git8761 - Removed gcc13-pr111731.patch now included upstream
Ana Guerrero (anag+factory)
accepted
request 1171314
from
Richard Biener (rguenther)
(revision 26)
- Add gcc13-amdgcn-remove-fiji.patch removing Fiji support from the GCN offload compiler as that is requiring Code Object version 3 which is no longer supported by llvm18.
Ana Guerrero (anag+factory)
accepted
request 1166436
from
Richard Biener (rguenther)
(revision 25)
- Add gcc13-pr101523.patch to avoid combine spending too much compile-time and memory doing nothing on s390x. [boo#1188441] - Make requirement to lld version specific to avoid requiring the meta-package. - Add gcc13-pr111731.patch to fix unwinding for JIT code. [bsc#1221239]
Ana Guerrero (anag+factory)
accepted
request 1157437
from
Richard Biener (rguenther)
(revision 24)
- Revert libgccjit dependency change. [boo#1220724]
Dominique Leuenberger (dimstar_suse)
accepted
request 1155262
from
Richard Biener (rguenther)
(revision 23)
- Fix libgccjit-devel dependency, a newer shared library is OK. - Fix libgccjit dependency, the corresponding compiler isn't required. - Use %patch -P N instead of %patchN.
Ana Guerrero (anag+factory)
accepted
request 1145209
from
Richard Biener (rguenther)
(revision 22)
- Add gcc13-sanitizer-remove-crypt-interception.patch to remove crypt and crypt_r interceptors. The crypt API change in SLE15 SP3 breaks them. [bsc#1219520] - Update to gcc-13 branch head, 67ac78caf31f7cb3202177e642, git8285 - Add gcc13-pr88345-min-func-alignment.diff to add support for -fmin-function-alignment. [bsc#1214934]
Ana Guerrero (anag+factory)
accepted
request 1144290
from
Richard Biener (rguenther)
(revision 21)
- Use %{_target_cpu} to determine host and build.
Ana Guerrero (anag+factory)
accepted
request 1141444
from
Richard Biener (rguenther)
(revision 20)
- Update to gcc-13 branch head, fc7d87e0ffadca49bec29b2107, git8250 * Includes fix for building TVM. [boo#1218492] - Add cross-X-newlib-devel requires to newlib cross compilers. [boo#1219031] - Package m2rte.so plugin in the gcc13-m2 sub-package rather than in gcc13-devel. [boo#1210959] - Require libstdc++6-devel-gcc13 from gcc13-m2 as m2 programs are linked against libstdc++6.
Ana Guerrero (anag+factory)
accepted
request 1137881
from
Richard Biener (rguenther)
(revision 19)
- Update to gcc-13 branch head, 36ddb5230f56a30317630a928, git8205
Dominique Leuenberger (dimstar_suse)
accepted
request 1130160
from
Richard Biener (rguenther)
(revision 18)
- Update to gcc-13 branch head, 741743c028dc00f27b9c8b1d5, git8109 * Includes fix for building mariadb on i686. [bsc#1217667] * Remove pr111411.patch contained in the update. - Avoid update-alternatives dependency for accelerator crosses. - Package tool links to llvm in cross-amdgcn-gcc13 rather than in cross-amdgcn-newlib13-devel since that also has the dependence. - Depend on llvmVER instead of llvm with VER equal to %product_libs_llvm_ver where available and adjust tool discovery accordingly. This should also properly trigger re-builds when the patchlevel version of llvmVER changes, possibly changing the binary names we link to. [bsc#1217450]
Ana Guerrero (anag+factory)
accepted
request 1124004
from
Richard Biener (rguenther)
(revision 17)
- Add gcc13-bsc1216664.patch, works around SAP ASE DB crash during C++ standard library initialization. [bsc#1216664]
Dominique Leuenberger (dimstar_suse)
accepted
request 1113437
from
Richard Biener (rguenther)
(revision 16)
- add pr111411.patch (bsc#1215427) - Bump included newlib to version 4.3.0. - Update to GCC trunk head (r13-5254-g05b9868b182bb9) - Redo floatn fixinclude pick-up to simply keep what is there. (forwarded request 1112960 from dirkmueller)
Ana Guerrero (anag+factory)
accepted
request 1110686
from
Richard Biener (rguenther)
(revision 15)
- Bump to b96e66fd4ef3e36983969fb8cdd1956f551a074b, git7831 * Includes many bugfixes * Includes fix to -fstack-protector issues with variable length stack allocations on aarch64. [bsc#1214052] (CVE-2023-4039)
Ana Guerrero (anag+factory)
accepted
request 1107917
from
Richard Biener (rguenther)
(revision 14)
- Disable building glibc cross compilers on SLE based code streams, the required cross-glibc packages are not available there. - Disable building avr cross on non-openSUSE code streams since avr-libc isn't available there. - Disable building newlib cross compilers on non-openSUSE code streams since newlib isn't available there. - Fix typo preventing s390x compiler build. - Raise s390x architecture baseline to z14 for ALP. [PED-253] - Turn cross compiler to ppc64le to a glibc cross. - Turn cross compiler to s390x to a glibc cross. [bsc#1214460] - Raise Power architecture baseline to Power9 only for ALP (boo#1213915).
Dominique Leuenberger (dimstar_suse)
accepted
request 1102636
from
Richard Biener (rguenther)
(revision 13)
- Bump to cc279d6c64562f05019e1d12d0d825f9391b5553, git7683 * Includes GCC 13.2 release * Includes patch to fix broken testcase in libbacktrace, fixing build problems on SLES 12 - gdcflags.patch: Use substituted GDCFLAGS - Filter out -Werror=return-type from D compile flags
Ana Guerrero (anag+factory)
accepted
request 1099831
from
Richard Biener (rguenther)
(revision 12)
- Bump to 9aac37ab8a7b919a89c6d64bc7107a8436996e93, git7597 * GCC 13.2 RC1 - Add rpmlint filter for SLE12 complaining about invalid licenses. - Also handle -static-pie in the default-PIE specs
Ana Guerrero (anag+factory)
accepted
request 1097918
from
Richard Biener (rguenther)
(revision 11)
- Bump to f9781fcf733ca3afe5b5811afd8ecbb18d9d3a11, git7552 - Remove gcc13-pr110334.patch again as it breaks libreoffice build. - Bump to a533ded17fb13cbbb2fa5133ecd470360f66c5cf, git7489. - Add gcc13-pr110334.patch to fix missed optimization in Skia resulting in Firefox crashes when building with LTO. [boo#1212101] - Raise architecture levels for ALP. [PED-153] * Raise POWER architecture baseline to power9. [PED-2005] * Raise x86-64 architecture baseline to x86-64-v2 for ALP. [PED-252] * Delay raising s390x architecture baseline to z14. [PED-253]
Displaying revisions 1 - 20 of 30