[PATCH] gnu: gcc-10: Update to 10.5.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Michael Ford
  • Ludovic Courtès
Owner
unassigned
Submitted by
Michael Ford
Severity
normal
M
M
Michael Ford wrote on 10 Aug 2023 12:42
(address . guix-patches@gnu.org)
CAFyhPjWBD8YzK_L4B-JfgQvspX7ngt1yU61byWzFH6x6OekL+w@mail.gmail.com
From 8609bdc9ff3109e8cb44a9557d591ff22bda9a48 Mon Sep 17 00:00:00 2001
From: fanquake <fanquake@gmail.com>
Date: Thu, 10 Aug 2023 12:05:32 +0200
Subject: [PATCH] gnu: gcc-10: Update to 10.5.0.

* gnu/packages/gcc.scm (gcc-10): Update to 10.5.0.
* gnu/packages/gcc.scm (gcc-10)[source](patches): Remove
gcc-10-tree-sra-union-handling.patch.
---
gnu/packages/gcc.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)

Toggle diff (28 lines)
diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index 862fdd79c3..98891f81a3 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -706,17 +706,16 @@ (define-public gcc-9
(define-public gcc-10
(package
(inherit gcc-8)
- (version "10.4.0")
+ (version "10.5.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/gcc/gcc-"
version "/gcc-" version ".tar.xz"))
(sha256
(base32
- "1wg4xdizkksmwi66mvv2v4pk3ja8x64m7v9gzhykzd3wrmdpsaf9"))
+ "1h87lcfaga0ydsf4pkhwlnjr8mky5ix8npbv6iy3jvzlzm1ra415"))
(patches (search-patches "gcc-9-strmov-store-file-names.patch"
- "gcc-5.0-libvtv-runpath.patch"
-
"gcc-10-tree-sra-union-handling.patch"))
+ "gcc-5.0-libvtv-runpath.patch"))
(modules '((guix build utils)))
(snippet gcc-canadian-cross-objdump-snippet)))
(properties
--
2.41.0
Attachment: file
L
L
Ludovic Courtès wrote on 20 Oct 2023 23:39
[PATCH v2] gnu: gcc-10: Update to 10.5.0.
(address . 65202@debbugs.gnu.org)
815f1ffe0b291f74c6700e5c5b4f158cdcc0e445.1697837892.git.ludo@gnu.org
From: fanquake <fanquake@gmail.com>

* gnu/packages/gcc.scm (gcc-10): Update to 10.5.0.
Remove ‘gcc-10-tree-sra-union-handling.patch’.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/gcc.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)

Hi!

This patch had been mangled by the mail user agent and then fell
through the cracks; bumping!

Ludo'.

Toggle diff (29 lines)
diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index 04926e6385..621644b93f 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -706,17 +706,16 @@ (define-public gcc-9
(define-public gcc-10
(package
(inherit gcc-8)
- (version "10.4.0")
+ (version "10.5.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/gcc/gcc-"
version "/gcc-" version ".tar.xz"))
(sha256
(base32
- "1wg4xdizkksmwi66mvv2v4pk3ja8x64m7v9gzhykzd3wrmdpsaf9"))
+ "1h87lcfaga0ydsf4pkhwlnjr8mky5ix8npbv6iy3jvzlzm1ra415"))
(patches (search-patches "gcc-9-strmov-store-file-names.patch"
- "gcc-5.0-libvtv-runpath.patch"
- "gcc-10-tree-sra-union-handling.patch"))
+ "gcc-5.0-libvtv-runpath.patch"))
(modules '((guix build utils)))
(snippet gcc-canadian-cross-objdump-snippet)))
(properties

base-commit: 6b0a32196982a0a2f4dbb59d35e55833a5545ac6
--
2.41.0
L
L
Ludovic Courtès wrote on 24 Oct 2023 00:06
(address . 65202-done@debbugs.gnu.org)(name . fanquake)(address . fanquake@gmail.com)
87h6mhc7sz.fsf@gnu.org
Ludovic Courtès <ludo@gnu.org> skribis:

Toggle quote (5 lines)
> From: fanquake <fanquake@gmail.com>
>
> * gnu/packages/gcc.scm (gcc-10): Update to 10.5.0.
> Remove ‘gcc-10-tree-sra-union-handling.patch’.

Pushed as 2fbb5398a39bf18e41235891a0740fa0bc4d7a4d.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 65202@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 65202
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch