emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#65202: closed ([PATCH] gnu: gcc-10: Update to 10.5.0.)


From: GNU bug Tracking System
Subject: bug#65202: closed ([PATCH] gnu: gcc-10: Update to 10.5.0.)
Date: Mon, 23 Oct 2023 22:08:02 +0000

Your message dated Tue, 24 Oct 2023 00:06:52 +0200
with message-id <87h6mhc7sz.fsf@gnu.org>
and subject line Re: [bug#65202] [PATCH v2] gnu: gcc-10: Update to 10.5.0.
has caused the debbugs.gnu.org bug report #65202,
regarding [PATCH] gnu: gcc-10: Update to 10.5.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
65202: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=65202
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: gcc-10: Update to 10.5.0. Date: Thu, 10 Aug 2023 12:42:12 +0200
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(-)

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

--- End Message ---
--- Begin Message --- Subject: Re: [bug#65202] [PATCH v2] gnu: gcc-10: Update to 10.5.0. Date: Tue, 24 Oct 2023 00:06:52 +0200 User-agent: Gnus/5.13 (Gnus v5.13)
Ludovic Courtès <ludo@gnu.org> skribis:

> 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.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]