* [PATCH] gcc: fix patch format
@ 2026-01-21 16:38 ecordonnier
2026-01-28 16:31 ` [OE-core] " Randy MacLeod
0 siblings, 1 reply; 2+ messages in thread
From: ecordonnier @ 2026-01-21 16:38 UTC (permalink / raw)
To: openembedded-core; +Cc: Etienne Cordonnier
From: Etienne Cordonnier <ecordonnier@snap.com>
This is the only gcc patch which doesn't work with git am:
```
git am gcc-15.2.0-r0/sources/*.patch
...
Applying: Signed-off-by: Harish Sadineni <Harish.Sadineni@windriver.com>
fatal: empty ident name (for <>) not allowed
```
Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com>
---
.../gcc/gcc/0026-fix-pr90579-testcases.patch | 20 +++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/meta/recipes-devtools/gcc/gcc/0026-fix-pr90579-testcases.patch b/meta/recipes-devtools/gcc/gcc/0026-fix-pr90579-testcases.patch
index bee147abc1..6ada61b74f 100644
--- a/meta/recipes-devtools/gcc/gcc/0026-fix-pr90579-testcases.patch
+++ b/meta/recipes-devtools/gcc/gcc/0026-fix-pr90579-testcases.patch
@@ -1,3 +1,23 @@
+From 679e24f5a751663998ff7202149a749e0f7251f9 Mon Sep 17 00:00:00 2001
+From: Harish Sadineni <Harish.Sadineni@windriver.com>
+Date: Sun, 10 Aug 2025 20:28:00 +0800
+Subject: [PATCH] testsuite: i386: Fix gcc.target/i386/pr90579.c when PIE is
+ enabled [PR118885]
+
+When gcc build with --enable-deafult-pie the following tests
+were getting failed:
+ FAIL: gcc.target/i386/pr90579.c scan-assembler vaddsd\tr\\+40
+ FAIL: gcc.target/i386/pr90579.c scan-assembler vaddsd\tr\\+32
+ FAIL: gcc.target/i386/pr90579.c scan-assembler vaddsd\tr\\+24
+ FAIL: gcc.target/i386/pr90579.c scan-assembler vaddsd\tr\\+16
+
+ PR target/118885
+
+gcc/testsuite/ChangeLog:
+
+ * gcc.target/i386/pr90579.c: add -fno-pie to dg-options
+ to fix tests when PIE is enabled.
+
Upstream-Status: Backport [https://gcc.gnu.org/cgit/gcc/commit/?id=679e24f5a751663998ff7202149a749e0f7251f9]
Signed-off-by: Harish Sadineni <Harish.Sadineni@windriver.com>
--
2.43.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [OE-core] [PATCH] gcc: fix patch format
2026-01-21 16:38 [PATCH] gcc: fix patch format ecordonnier
@ 2026-01-28 16:31 ` Randy MacLeod
0 siblings, 0 replies; 2+ messages in thread
From: Randy MacLeod @ 2026-01-28 16:31 UTC (permalink / raw)
To: ecordonnier, openembedded-core, Sadineni, Harish
[-- Attachment #1: Type: text/plain, Size: 2472 bytes --]
CC Harish in case he misses the update.
On 2026-01-21 11:38 a.m., Etienne Cordonnier via lists.openembedded.org
wrote:
> From: Etienne Cordonnier<ecordonnier@snap.com>
>
> This is the only gcc patch which doesn't work with git am:
>
> ```
> git am gcc-15.2.0-r0/sources/*.patch
I like to do this from time to time as well - nice.
Thanks,
../Randy
> ...
> Applying: Signed-off-by: Harish Sadineni<Harish.Sadineni@windriver.com>
> fatal: empty ident name (for <>) not allowed
> ```
>
> Signed-off-by: Etienne Cordonnier<ecordonnier@snap.com>
> ---
> .../gcc/gcc/0026-fix-pr90579-testcases.patch | 20 +++++++++++++++++++
> 1 file changed, 20 insertions(+)
>
> diff --git a/meta/recipes-devtools/gcc/gcc/0026-fix-pr90579-testcases.patch b/meta/recipes-devtools/gcc/gcc/0026-fix-pr90579-testcases.patch
> index bee147abc1..6ada61b74f 100644
> --- a/meta/recipes-devtools/gcc/gcc/0026-fix-pr90579-testcases.patch
> +++ b/meta/recipes-devtools/gcc/gcc/0026-fix-pr90579-testcases.patch
> @@ -1,3 +1,23 @@
> +From 679e24f5a751663998ff7202149a749e0f7251f9 Mon Sep 17 00:00:00 2001
> +From: Harish Sadineni<Harish.Sadineni@windriver.com>
> +Date: Sun, 10 Aug 2025 20:28:00 +0800
> +Subject: [PATCH] testsuite: i386: Fix gcc.target/i386/pr90579.c when PIE is
> + enabled [PR118885]
> +
> +When gcc build with --enable-deafult-pie the following tests
> +were getting failed:
> + FAIL: gcc.target/i386/pr90579.c scan-assembler vaddsd\tr\\+40
> + FAIL: gcc.target/i386/pr90579.c scan-assembler vaddsd\tr\\+32
> + FAIL: gcc.target/i386/pr90579.c scan-assembler vaddsd\tr\\+24
> + FAIL: gcc.target/i386/pr90579.c scan-assembler vaddsd\tr\\+16
> +
> + PR target/118885
> +
> +gcc/testsuite/ChangeLog:
> +
> + * gcc.target/i386/pr90579.c: add -fno-pie to dg-options
> + to fix tests when PIE is enabled.
> +
> Upstream-Status: Backport [https://gcc.gnu.org/cgit/gcc/commit/?id=679e24f5a751663998ff7202149a749e0f7251f9]
>
> Signed-off-by: Harish Sadineni<Harish.Sadineni@windriver.com>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#229819):https://lists.openembedded.org/g/openembedded-core/message/229819
> Mute This Topic:https://lists.openembedded.org/mt/117384023/3616765
> Group Owner:openembedded-core+owner@lists.openembedded.org
> Unsubscribe:https://lists.openembedded.org/g/openembedded-core/unsub [randy.macleod@windriver.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
--
# Randy MacLeod
# Wind River Linux
[-- Attachment #2: Type: text/html, Size: 4225 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-01-28 16:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-21 16:38 [PATCH] gcc: fix patch format ecordonnier
2026-01-28 16:31 ` [OE-core] " Randy MacLeod
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox