Package Release Info

cross-arm-gcc15-15.3.0+git11272-160000.1.1

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

cross-arm-gcc15

Change Logs

* Fri Jun 12 2026 rguenther@suse.com
- Update to GCC 15.3 release
  * remove included gcc15-bsc1257463.patch
* Fri Jun 05 2026 rguenther@suse.com
- Update to GCC 15 branch head, 15.2.1+git11263, GCC 15.3 RC1
- Drop -fhardened from RPM_OPT_FLAGS
* Thu Mar 19 2026 rguenther@suse.com
- Avoid conflicts between %gcc_libc_bootstrap packages of different
  versions if update-alternatives are still in use (SLE 15 and older)
* Tue Mar 03 2026 rguenther@suse.com
- Update gcc15-Wtime_t-conversion.patch to allow conversions to/from
  uint32_t.  Filter out -Wtime_t-conversion from flags to build
  D target library files.
* Tue Feb 17 2026 rguenther@suse.com
- Add gcc15-Wtime_t-conversion.patch, SUSE-local
  - Wtime_t-conversion.  [jsc#PED-15601]
* Mon Feb 09 2026 obs.coke518@passinbox.com
- Remove loongarch64 from quadmath_arch. On LoongArch long double
  is IEEE quad, so libquadmath is not needed and no longer built.
* Mon Feb 02 2026 rguenther@suse.com
- Update to GCC 15 branch head, 15.2.1+git10776
  * includes fix for bogus expression simplification [bsc#1257463]
* Fri Nov 07 2025 rguenther@suse.com
- Add gcc15-bsc1253043.patch to enable the use of _dl_find_object
  even when not available at build time.  [bsc#1253043]
* Mon Oct 20 2025 rguenther@suse.com
- Add gcc15-pr120424.patch to backport fix that cures a miscompile
  of libgo on arm.  [bsc#1252306]
* Mon Oct 06 2025 schwab@suse.de
- Update to GCC 15 branch head, 15.2.1+git10392
- Fixes PR110812, Check availability of builtins at expand time
Version: 15.2.0+git10201-160000.2.1
* Thu Feb 05 2026 rguenther@suse.com
- Add gcc15-bsc1257463.patch to fix bogus expression simplification
  [bsc#1257463]
Version: 15.2.0+git10201-160000.1.1
* Fri Aug 22 2025 rguenther@suse.com
- Update to GCC 15.2 release
  * the GCC 15.2 release contains regression fixes accumulated since
    the GCC 15.1 release
* Fri Aug 01 2025 rguenther@suse.com
- Update to GCC 15 branch head, 15.1.1+git10189, GCC 15.2 RC
* Mon Jul 28 2025 schwab@suse.de
- Update to GCC 15 branch head, 15.1.1+gitt10077
- Fixes PR120714, RISC-V: incorrect frame pointer CFA address for
  stack-clash protection loops
Version: 15.1.1+git9973-160000.2.2
* Thu Jul 17 2025 rguenther@suse.com
- Fixup conflicts again.
- Make sure to retain binary suffixes for accelerator crosses.
* Mon Jul 14 2025 schwab@suse.de
- Update to GCC 15 branch head, 15.1.1+git9973
- Fixes PR120995, unrecognizable insn UNSPEC_COMPARE_AND_SWAP with
  rv64gc_zabha_zacas
* Wed Jul 09 2025 rguenther@suse.com
- Prune the use of update-alternatives from openSUSE Factory and
  SLFO.
- Adjust crosses to conflict consistently where they did not
  already and make them use unsuffixed binaries.
* Wed Jul 02 2025 rguenther@suse.com
- Tune for power10 for SLES 16.  [jsc#PED-12029]
- Tune for z15 for SLES 16.  [jsc#PED-253]
* Thu Jun 26 2025 schwab@suse.de
- Update to GCC 15 branch head, 15.1.1+git9866
- Fix PR120827, ICE due to splitter emitting constant loads directly
* Tue Jun 10 2025 rguenther@suse.com
- Remove all %gcc_icecream mode cross-compilers and the corresponding
  icecream backend subpackages.  Instead use glibc-bootstrap only
  configs for cross-x86_64-gcc (ipxe,ovmf,qemu), cross-ppc64-gcc (qemu)
  and cross-arm-gcc (ovmf).
* Fri Jun 06 2025 rguenther@suse.com
- Revert pruning the set of cross-compilers that conflict with different
  versions from the set using update-alternatives.  This causes
  endless headache with file conflicts with older GCC releases.
* Wed Jun 04 2025 rguenther@suse.com
- Exclude shared objects present for link editing in the GCC specific
  subdirectory from provides processing via __provides_exclude_from.
  [bsc#1244050][bsc#1243991]
* Tue Jun 03 2025 rguenther@suse.com
- Make cross-*-gcc15-bootstrap package conflict with the non-bootstrap
  variant conflict with the unversioned cross-*-gcc package.
* Fri May 30 2025 rguenther@suse.com
- Enable C++ for offload compilers.  [bsc#1243794]