* [PATCH] gcc: Upgrade GCC to 15.3 release
@ 2026-06-17 5:47 Hemanth.KumarMD
2026-06-17 7:15 ` [OE-core] " Richard Purdie
2026-06-17 10:09 ` Mathieu Dubois-Briand
0 siblings, 2 replies; 4+ messages in thread
From: Hemanth.KumarMD @ 2026-06-17 5:47 UTC (permalink / raw)
To: openembedded-core; +Cc: Sundeep.Kokkonda, Hemanth.KumarMD
From: Hemanth Kumar M D <Hemanth.KumarMD@windriver.com>
- Added support for AVR32EB14/20/28/32, AVR16LA14/20/28/32, and
AVR32LA14/20/28/32 devices
- Added IEEE double functions sincos and sincosl support
* Drop backports available in this release.
Release notes: https://gcc.gnu.org/gcc-15/changes.html
Docs: https://gcc.gnu.org/onlinedocs/15.3.0/
Bug fixes: https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&list_id=522382&resolution=FIXED&target_milestone=15.3
Signed-off-by: Hemanth Kumar M D <Hemanth.KumarMD@windriver.com>
---
meta/conf/distro/include/maintainers.inc | 2 +-
.../gcc/{gcc-15.2.inc => gcc-15.3.inc} | 11 ++++-------
...ss-canadian_15.2.bb => gcc-cross-canadian_15.3.bb} | 0
.../gcc/{gcc-cross_15.2.bb => gcc-cross_15.3.bb} | 0
.../{gcc-crosssdk_15.2.bb => gcc-crosssdk_15.3.bb} | 0
.../gcc/{gcc-runtime_15.2.bb => gcc-runtime_15.3.bb} | 0
...{gcc-sanitizers_15.2.bb => gcc-sanitizers_15.3.bb} | 0
.../gcc/{gcc-source_15.2.bb => gcc-source_15.3.bb} | 0
.../recipes-devtools/gcc/{gcc_15.2.bb => gcc_15.3.bb} | 0
...{libgcc-initial_15.2.bb => libgcc-initial_15.3.bb} | 0
.../gcc/{libgcc_15.2.bb => libgcc_15.3.bb} | 0
.../gcc/{libgfortran_15.2.bb => libgfortran_15.3.bb} | 0
12 files changed, 5 insertions(+), 8 deletions(-)
rename meta/recipes-devtools/gcc/{gcc-15.2.inc => gcc-15.3.inc} (92%)
rename meta/recipes-devtools/gcc/{gcc-cross-canadian_15.2.bb => gcc-cross-canadian_15.3.bb} (100%)
rename meta/recipes-devtools/gcc/{gcc-cross_15.2.bb => gcc-cross_15.3.bb} (100%)
rename meta/recipes-devtools/gcc/{gcc-crosssdk_15.2.bb => gcc-crosssdk_15.3.bb} (100%)
rename meta/recipes-devtools/gcc/{gcc-runtime_15.2.bb => gcc-runtime_15.3.bb} (100%)
rename meta/recipes-devtools/gcc/{gcc-sanitizers_15.2.bb => gcc-sanitizers_15.3.bb} (100%)
rename meta/recipes-devtools/gcc/{gcc-source_15.2.bb => gcc-source_15.3.bb} (100%)
rename meta/recipes-devtools/gcc/{gcc_15.2.bb => gcc_15.3.bb} (100%)
rename meta/recipes-devtools/gcc/{libgcc-initial_15.2.bb => libgcc-initial_15.3.bb} (100%)
rename meta/recipes-devtools/gcc/{libgcc_15.2.bb => libgcc_15.3.bb} (100%)
rename meta/recipes-devtools/gcc/{libgfortran_15.2.bb => libgfortran_15.3.bb} (100%)
diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc
index 07e840ac34..99242af484 100644
--- a/meta/conf/distro/include/maintainers.inc
+++ b/meta/conf/distro/include/maintainers.inc
@@ -200,7 +200,7 @@ RECIPE_MAINTAINER:pn-gcc-cross-canadian-${TRANSLATED_TARGET_ARCH} = "Khem Raj <r
RECIPE_MAINTAINER:pn-gcc-crosssdk-${SDK_SYS} = "Khem Raj <raj.khem@gmail.com>"
RECIPE_MAINTAINER:pn-gcc-runtime = "Khem Raj <raj.khem@gmail.com>"
RECIPE_MAINTAINER:pn-gcc-sanitizers = "Khem Raj <raj.khem@gmail.com>"
-RECIPE_MAINTAINER:pn-gcc-source-15.2.0 = "Khem Raj <raj.khem@gmail.com>"
+RECIPE_MAINTAINER:pn-gcc-source-15.3.0 = "Khem Raj <raj.khem@gmail.com>"
RECIPE_MAINTAINER:pn-gcompat = "Khem Raj <raj.khem@gmail.com>"
RECIPE_MAINTAINER:pn-gconf = "Ross Burton <ross.burton@arm.com>"
RECIPE_MAINTAINER:pn-gcr = "Unassigned <unassigned@yoctoproject.org>"
diff --git a/meta/recipes-devtools/gcc/gcc-15.2.inc b/meta/recipes-devtools/gcc/gcc-15.3.inc
similarity index 92%
rename from meta/recipes-devtools/gcc/gcc-15.2.inc
rename to meta/recipes-devtools/gcc/gcc-15.3.inc
index a96f2b8411..2f74351085 100644
--- a/meta/recipes-devtools/gcc/gcc-15.2.inc
+++ b/meta/recipes-devtools/gcc/gcc-15.3.inc
@@ -2,11 +2,11 @@ require gcc-common.inc
# Third digit in PV should be incremented after a minor release
-PV = "15.2.0"
+PV = "15.3.0"
# BINV should be incremented to a revision after a minor gcc release
-BINV = "15.2.0"
+BINV = "15.3.0"
FILESEXTRAPATHS =. "${FILE_DIRNAME}/gcc:${FILE_DIRNAME}/gcc/backport:"
@@ -44,7 +44,7 @@ LIC_FILES_CHKSUM = "\
RELEASE ?= "${PV}"
BASEURI ?= "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.xz"
SOURCEDIR ?= "gcc-${PV}"
-SRC_URI[sha256sum] = "438fd996826b0c82485a29da03a72d71d6e3541a83ec702df4271f6fe025d24e"
+SRC_URI[sha256sum] = "fa59c1beef8995f27c4d71c1df227587189315d3e6faff1bb4306e61b0c530eb"
SRC_URI = "${BASEURI} \
file://0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch \
@@ -71,12 +71,9 @@ SRC_URI = "${BASEURI} \
file://0022-libatomic-Do-not-enforce-march-on-aarch64.patch \
file://0023-Fix-install-path-of-linux64.h.patch \
file://0024-Avoid-hardcoded-build-paths-into-ppc-libgcc.patch \
- file://0025-gcc-testsuite-tweaks-for-mips-OE.patch \
- file://0026-fix-pr90579-testcases.patch \
- file://0027-gcc15-pr122394.patch \
file://0028-fix-gcc-libitm-false-postives-01.patch \
file://0028-fix-gcc-libitm-false-postives-02.patch \
- file://0028-libcody-Make-it-buildable-by-C-11-to-C-26.patch \
+ file://0025-gcc-testsuite-tweaks-for-mips-OE.patch \
file://0001-mapper-localhost-might-not-be-known.patch \
"
diff --git a/meta/recipes-devtools/gcc/gcc-cross-canadian_15.2.bb b/meta/recipes-devtools/gcc/gcc-cross-canadian_15.3.bb
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-cross-canadian_15.2.bb
rename to meta/recipes-devtools/gcc/gcc-cross-canadian_15.3.bb
diff --git a/meta/recipes-devtools/gcc/gcc-cross_15.2.bb b/meta/recipes-devtools/gcc/gcc-cross_15.3.bb
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-cross_15.2.bb
rename to meta/recipes-devtools/gcc/gcc-cross_15.3.bb
diff --git a/meta/recipes-devtools/gcc/gcc-crosssdk_15.2.bb b/meta/recipes-devtools/gcc/gcc-crosssdk_15.3.bb
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-crosssdk_15.2.bb
rename to meta/recipes-devtools/gcc/gcc-crosssdk_15.3.bb
diff --git a/meta/recipes-devtools/gcc/gcc-runtime_15.2.bb b/meta/recipes-devtools/gcc/gcc-runtime_15.3.bb
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-runtime_15.2.bb
rename to meta/recipes-devtools/gcc/gcc-runtime_15.3.bb
diff --git a/meta/recipes-devtools/gcc/gcc-sanitizers_15.2.bb b/meta/recipes-devtools/gcc/gcc-sanitizers_15.3.bb
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-sanitizers_15.2.bb
rename to meta/recipes-devtools/gcc/gcc-sanitizers_15.3.bb
diff --git a/meta/recipes-devtools/gcc/gcc-source_15.2.bb b/meta/recipes-devtools/gcc/gcc-source_15.3.bb
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-source_15.2.bb
rename to meta/recipes-devtools/gcc/gcc-source_15.3.bb
diff --git a/meta/recipes-devtools/gcc/gcc_15.2.bb b/meta/recipes-devtools/gcc/gcc_15.3.bb
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc_15.2.bb
rename to meta/recipes-devtools/gcc/gcc_15.3.bb
diff --git a/meta/recipes-devtools/gcc/libgcc-initial_15.2.bb b/meta/recipes-devtools/gcc/libgcc-initial_15.3.bb
similarity index 100%
rename from meta/recipes-devtools/gcc/libgcc-initial_15.2.bb
rename to meta/recipes-devtools/gcc/libgcc-initial_15.3.bb
diff --git a/meta/recipes-devtools/gcc/libgcc_15.2.bb b/meta/recipes-devtools/gcc/libgcc_15.3.bb
similarity index 100%
rename from meta/recipes-devtools/gcc/libgcc_15.2.bb
rename to meta/recipes-devtools/gcc/libgcc_15.3.bb
diff --git a/meta/recipes-devtools/gcc/libgfortran_15.2.bb b/meta/recipes-devtools/gcc/libgfortran_15.3.bb
similarity index 100%
rename from meta/recipes-devtools/gcc/libgfortran_15.2.bb
rename to meta/recipes-devtools/gcc/libgfortran_15.3.bb
--
2.49.0
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [OE-core] [PATCH] gcc: Upgrade GCC to 15.3 release
2026-06-17 5:47 [PATCH] gcc: Upgrade GCC to 15.3 release Hemanth.KumarMD
@ 2026-06-17 7:15 ` Richard Purdie
2026-06-17 10:09 ` Mathieu Dubois-Briand
1 sibling, 0 replies; 4+ messages in thread
From: Richard Purdie @ 2026-06-17 7:15 UTC (permalink / raw)
To: Hemanth.KumarMD, openembedded-core; +Cc: Sundeep.Kokkonda
On Tue, 2026-06-16 at 22:47 -0700, Hemanth Kumar M D via lists.openembedded.org wrote:
> From: Hemanth Kumar M D <Hemanth.KumarMD@windriver.com>
>
> - Added support for AVR32EB14/20/28/32, AVR16LA14/20/28/32, and
> AVR32LA14/20/28/32 devices
> - Added IEEE double functions sincos and sincosl support
>
> * Drop backports available in this release.
>
> Release notes: https://gcc.gnu.org/gcc-15/changes.html
> Docs: https://gcc.gnu.org/onlinedocs/15.3.0/
> Bug fixes: https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&list_id=522382&resolution=FIXED&target_milestone=15.3
>
> Signed-off-by: Hemanth Kumar M D <Hemanth.KumarMD@windriver.com>
> ---
> meta/conf/distro/include/maintainers.inc | 2 +-
> .../gcc/{gcc-15.2.inc => gcc-15.3.inc} | 11 ++++-------
> ...ss-canadian_15.2.bb => gcc-cross-canadian_15.3.bb} | 0
> .../gcc/{gcc-cross_15.2.bb => gcc-cross_15.3.bb} | 0
> .../{gcc-crosssdk_15.2.bb => gcc-crosssdk_15.3.bb} | 0
> .../gcc/{gcc-runtime_15.2.bb => gcc-runtime_15.3.bb} | 0
> ...{gcc-sanitizers_15.2.bb => gcc-sanitizers_15.3.bb} | 0
> .../gcc/{gcc-source_15.2.bb => gcc-source_15.3.bb} | 0
> .../recipes-devtools/gcc/{gcc_15.2.bb => gcc_15.3.bb} | 0
> ...{libgcc-initial_15.2.bb => libgcc-initial_15.3.bb} | 0
> .../gcc/{libgcc_15.2.bb => libgcc_15.3.bb} | 0
> .../gcc/{libgfortran_15.2.bb => libgfortran_15.3.bb} | 0
> 12 files changed, 5 insertions(+), 8 deletions(-)
> rename meta/recipes-devtools/gcc/{gcc-15.2.inc => gcc-15.3.inc} (92%)
> rename meta/recipes-devtools/gcc/{gcc-cross-canadian_15.2.bb => gcc-cross-canadian_15.3.bb} (100%)
> rename meta/recipes-devtools/gcc/{gcc-cross_15.2.bb => gcc-cross_15.3.bb} (100%)
> rename meta/recipes-devtools/gcc/{gcc-crosssdk_15.2.bb => gcc-crosssdk_15.3.bb} (100%)
> rename meta/recipes-devtools/gcc/{gcc-runtime_15.2.bb => gcc-runtime_15.3.bb} (100%)
> rename meta/recipes-devtools/gcc/{gcc-sanitizers_15.2.bb => gcc-sanitizers_15.3.bb} (100%)
> rename meta/recipes-devtools/gcc/{gcc-source_15.2.bb => gcc-source_15.3.bb} (100%)
> rename meta/recipes-devtools/gcc/{gcc_15.2.bb => gcc_15.3.bb} (100%)
> rename meta/recipes-devtools/gcc/{libgcc-initial_15.2.bb => libgcc-initial_15.3.bb} (100%)
> rename meta/recipes-devtools/gcc/{libgcc_15.2.bb => libgcc_15.3.bb} (100%)
> rename meta/recipes-devtools/gcc/{libgfortran_15.2.bb => libgfortran_15.3.bb} (100%)
Thanks for the patch! Shouldn't there be some patches being deleted
here since they're no longer used?
Cheers,
Richard
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [OE-core] [PATCH] gcc: Upgrade GCC to 15.3 release
2026-06-17 5:47 [PATCH] gcc: Upgrade GCC to 15.3 release Hemanth.KumarMD
2026-06-17 7:15 ` [OE-core] " Richard Purdie
@ 2026-06-17 10:09 ` Mathieu Dubois-Briand
2026-06-17 14:02 ` Hemanth Kumar M D
1 sibling, 1 reply; 4+ messages in thread
From: Mathieu Dubois-Briand @ 2026-06-17 10:09 UTC (permalink / raw)
To: Hemanth.KumarMD, openembedded-core; +Cc: Sundeep.Kokkonda, Yoann Congal
On Wed Jun 17, 2026 at 7:47 AM CEST, Hemanth Kumar M D via lists.openembedded.org wrote:
> From: Hemanth Kumar M D <Hemanth.KumarMD@windriver.com>
>
> - Added support for AVR32EB14/20/28/32, AVR16LA14/20/28/32, and
> AVR32LA14/20/28/32 devices
> - Added IEEE double functions sincos and sincosl support
>
> * Drop backports available in this release.
>
> Release notes: https://gcc.gnu.org/gcc-15/changes.html
> Docs: https://gcc.gnu.org/onlinedocs/15.3.0/
> Bug fixes: https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&list_id=522382&resolution=FIXED&target_milestone=15.3
>
> Signed-off-by: Hemanth Kumar M D <Hemanth.KumarMD@windriver.com>
> ---
Hi Hemanth,
I believe we are using gcc 16.1 in master. Is that a patch for wrynose?
Thanks,
Mathieu
--
Mathieu Dubois-Briand, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-06-17 14:02 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-17 5:47 [PATCH] gcc: Upgrade GCC to 15.3 release Hemanth.KumarMD
2026-06-17 7:15 ` [OE-core] " Richard Purdie
2026-06-17 10:09 ` Mathieu Dubois-Briand
2026-06-17 14:02 ` Hemanth Kumar M D
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox