gcc: Update to 15.2.0 (#25121)

cf588f1a8e7406ced5b08f32f9d23f015a240a31.patch: included in this release
This commit is contained in:
Christoph Reiter 2025-08-09 09:42:23 +02:00 committed by GitHub
parent 1190e2d91d
commit fcf09a311a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,7 +34,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}"
$([[ "$_enable_rust" == "yes" ]] && echo "${MINGW_PACKAGE_PREFIX}-${_realname}-rust")
$([[ "$_enable_jit" == "yes" ]] && echo "${MINGW_PACKAGE_PREFIX}-libgccjit")
)
pkgver=15.1.0
pkgver=15.2.0
_rc=""
_snapshot=
if [[ -z ${_rc} ]]; then
@ -95,10 +95,9 @@ source=(${_url}/${_sourcedir}.tar.xz{,.sig}
2001-fix-building-rust-on-mingw-w64.patch
3001-fix-codeview-crashes.patch
9002-native-tls.patch
cf588f1a8e7406ced5b08f32f9d23f015a240a31.patch::https://gcc.gnu.org/cgit/gcc/patch/?id=cf588f1a8e7406ced5b08f32f9d23f015a240a31
724f36504aa8573883e1919c6968665f8af28aef.patch::https://gcc.gnu.org/cgit/gcc/patch/?id=724f36504aa8573883e1919c6968665f8af28aef
e28494e08092c4096a015563c0ba0494ce1edf81.patch::https://gcc.gnu.org/cgit/gcc/patch/?id=e28494e08092c4096a015563c0ba0494ce1edf81)
sha256sums=('e2b09ec21660f01fecffb715e0120265216943f038d0e48a9868713e54f06cea'
sha256sums=('438fd996826b0c82485a29da03a72d71d6e3541a83ec702df4271f6fe025d24e'
'SKIP'
'bce81824fc89e5e62cca350de4c17a27e27a18a1a1ad5ca3492aec1fc5af3234'
'3fc35067823f87e48dd3bfd265e7593000dc110fa9ad5f16c81b896765fc897a'
@ -115,7 +114,6 @@ sha256sums=('e2b09ec21660f01fecffb715e0120265216943f038d0e48a9868713e54f06cea'
'a411f59953553a3d01dd64c79b1acbb91eca092c4cb01bfd26b1c51c3eb798e8'
'f21f9ab731e9cab8fd4ca8c289497f859ef7004e6fa0507877dc2559ac2071c3'
'd977683efc6f6b4dd675a8f1978416d22d5b5d1fa53614b9a18bc18efa231391'
'fca7f20abc77eebcf91a18acc5bcc6b5e092822a5def80bac9eeec8d020276b2'
'8624143d339cfff0be7d8795737b0fb00ca41f2a19915bbf6705a5d7bf9c99a1'
'f4e7f8f5a67fd571453e4d41575455f7e4b5cd7288b5e2d7d3a26a3506bae949')
validpgpkeys=(F3691687D867B81B51CE07D9BBE43771487328A9 # bpiotrowski@archlinux.org
@ -177,11 +175,6 @@ prepare() {
apply_patch_with_msg \
3001-fix-codeview-crashes.patch
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120495
# https://github.com/msys2/MINGW-packages/issues/24209
apply_patch_with_msg \
cf588f1a8e7406ced5b08f32f9d23f015a240a31.patch
# Use MSYS zoneinfo - contained in GCC 16
apply_patch_with_msg \
724f36504aa8573883e1919c6968665f8af28aef.patch \