Package Release Info

gcc15-15.2.0+git10201-150000.1.3.3

Update Info: Base Release
Available in Package Hub : 15 SP7 Subpackages Updates

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

gcc15-ada
gcc15-ada-32bit
gcc15-d
gcc15-d-32bit
gcc15-go
gcc15-go-32bit
gcc15-m2
gcc15-m2-32bit
gcc15-obj-c++
gcc15-obj-c++-32bit
gcc15-objc
gcc15-objc-32bit
libada15
libada15-32bit
libgdruntime6
libgdruntime6-32bit
libgo24
libgo24-32bit
libgphobos6
libgphobos6-32bit
libm2cor20
libm2cor20-32bit
libm2iso20
libm2iso20-32bit
libm2log20
libm2log20-32bit
libm2min20
libm2min20-32bit
libm2pim20
libm2pim20-32bit

Change Logs

* 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
* Wed May 28 2025 rguenther@suse.com
- Update to GCC 15 branch head, 15.1.1+git9739
- Do not build any loongarch64 compiler for distros where we do
  not have cross-binutils.
* Tue May 13 2025 rguenther@suse.com
- Prune set of cross-compilers that conflict with different
  versions from the set using update-alternatives.
* Thu May 08 2025 rguenther@suse.com
- Update to GCC 15 branch head, 15.1.1+git9642
  * includes fix for libgfortran.so.5 ABI regression [gcc#120152]
- Add libgcobol and libquadmath-devel dependence to the cobol frontend
  package.
* Mon Apr 28 2025 rguenther@suse.com
- Update to GCC 15 branch head, 15.1.1+git9595
  * includes GCC 15.1 release
- Enable gfx9-generic, gfx10-3-generic and gfx11-generic multilibs
  for the AMD GCN offload compiler when llvm is new enough.
- Build the COBOL frontend also for risc-v
* Sat Apr 12 2025 adrian.glaubitz@suse.com
- Add loongarch64 to quadmath_arch
* Thu Apr 10 2025 rguenther@suse.com
- Update to GCC trunk head, 15.0.1+git9352
- Make sure link editing is done against our own shared library
  copy rather than the installed system runtime.  [bsc#1240788]
- Add newlib-gcn-libm-fix.patch to fix newlib libm miscompilation
  for GCN offloading.
* Fri Mar 28 2025 rguenther@suse.com
- Update to GCC trunk head, 15.0.1+git9001
  * includes -msplit-patch-nops required for user-space livepatching
    on powerpc
  * includes fix for Ada build with --enable-host-pie
- Adjust for removed avx10_2roundingintrin.h intrinsic header.
- Build GCC executables PIE on SLE.  [bsc#1239938]
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]