Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (e4ec1f0336094bf955faa88f4cdac8242539cc2e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (e4ec1f0336094bf955faa88f4cdac8242539cc2e)
  • Date: Thu, 1 Aug 2024 12:25:07 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

gnu/gcc/DETAILS | 2
gnu/gcc/HISTORY | 4
gnu/gcc/patches/0001-Fix-building-JIT-with-musl-libc-PR115442.patch | 48
----------
3 files changed, 5 insertions(+), 49 deletions(-)

New commits:
commit e4ec1f0336094bf955faa88f4cdac8242539cc2e
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

gcc: => 14.2.0

diff --git a/gnu/gcc/DETAILS b/gnu/gcc/DETAILS
index a12893a..6d58efd 100755
--- a/gnu/gcc/DETAILS
+++ b/gnu/gcc/DETAILS
@@ -1,6 +1,6 @@
# Watch: https://ftp.gnu.org/gnu/gcc href="gcc-([0-9.]+)/"
SPELL=gcc
- VERSION=14.1.0
+ VERSION=14.2.0
ISL_VERSION=0.24
BASE_SOURCE_URL="https://ftp.gnu.org/pub/gnu/gcc/gcc-$VERSION";
SOURCE=gcc-$VERSION.tar.xz
diff --git a/gnu/gcc/HISTORY b/gnu/gcc/HISTORY
index cd4a96d..1127ea6 100644
--- a/gnu/gcc/HISTORY
+++ b/gnu/gcc/HISTORY
@@ -1,3 +1,7 @@
+2024-08-01 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 14.2.0
+ * patches/0001-Fix-building-JIT-with-musl-libc-PR115442.patch: deleted
+
2024-06-11 Ismael Luceno <ismael AT sourcemage.org>
* patches/0001-Fix-building-JIT-with-musl-libc-PR115442.patch:
fixed build against musl
diff --git
a/gnu/gcc/patches/0001-Fix-building-JIT-with-musl-libc-PR115442.patch
b/gnu/gcc/patches/0001-Fix-building-JIT-with-musl-libc-PR115442.patch
deleted file mode 100644
index 65f9577..0000000
--- a/gnu/gcc/patches/0001-Fix-building-JIT-with-musl-libc-PR115442.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-From e6b1c0820590a1f330099ed7560982b5c6da4e91 Mon Sep 17 00:00:00 2001
-From: Andrew Pinski <quic_apinski AT quicinc.com>
-Date: Tue, 11 Jun 2024 12:30:01 -0700
-Subject: [PATCH 1/13] Fix building JIT with musl libc [PR115442]
-
-Just like r13-6662-g0e6f87835ccabf but this time for jit/jit-recording.cc.
-
-Pushed as obvious after a quick build to make sure jit still builds.
-
-gcc/jit/ChangeLog:
-
- PR jit/115442
- * jit-recording.cc: Define INCLUDE_SSTREAM before including
- system.h and don't directly incldue sstream.
-
-Signed-off-by: Andrew Pinski <quic_apinski AT quicinc.com>
-(cherry picked from commit e4244b88d75124f6957bfa080c8ad34017364e53)
-Ref: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115442
-Upstream-Status: Backport
- [https://gcc.gnu.org/g:e6b1c0820590a1f330099ed7560982b5c6da4e91]
-Signed-off-by: Ismael Luceno <ismael AT sourcemage.org>
----
- gcc/jit/jit-recording.cc | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/gcc/jit/jit-recording.cc b/gcc/jit/jit-recording.cc
-index 68a2e860c1fb..70830e349653 100644
---- a/gcc/jit/jit-recording.cc
-+++ b/gcc/jit/jit-recording.cc
-@@ -19,6 +19,7 @@ along with GCC; see the file COPYING3. If not see
- <http://www.gnu.org/licenses/>. */
-
- #include "config.h"
-+#define INCLUDE_SSTREAM
- #include "system.h"
- #include "coretypes.h"
- #include "tm.h"
-@@ -29,7 +30,6 @@ along with GCC; see the file COPYING3. If not see
- #include "jit-builtins.h"
- #include "jit-recording.h"
- #include "jit-playback.h"
--#include <sstream>
-
- namespace gcc {
- namespace jit {
---
-2.43.0
-


  • [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (e4ec1f0336094bf955faa88f4cdac8242539cc2e), Treeve Jelbert, 08/01/2024

Archive powered by MHonArc 2.6.24.

Top of Page