devel: gcc: refresh patches 23833/head
authorChristian Marangi <ansuelsmth@gmail.com>
Thu, 11 Apr 2024 10:54:28 +0000 (12:54 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Thu, 11 Apr 2024 11:48:13 +0000 (13:48 +0200)
Refresh patches with make package/gcc/refresh by tweaking the
GCC_VERSION to refresh every supported version.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
devel/gcc/patches-10.x/003-dont-choke-when-building-32bit-on-64bit.patch
devel/gcc/patches-12.x/910-mbsd_multi.patch
devel/gcc/patches-13.x/020-Include-safe-ctype.h-after-C-standard-headers-to-avo.patch
devel/gcc/patches-13.x/021-libcc1-fix-vector-include.patch
devel/gcc/patches-8.x/003-dont-choke-when-building-32bit-on-64bit.patch

index 4b91f49a00f6dd014d8ebe9df07773b788bc4dce..c41f35e33b88f97bc6e85a89a174987257b696ea 100644 (file)
@@ -1,7 +1,6 @@
-diff -u --recursive gcc-10.3.0-vanilla/gcc/real.h gcc-10.3.0/gcc/real.h
---- gcc-10.3.0-vanilla/gcc/real.h      2021-04-08 06:56:28.561746620 -0500
-+++ gcc-10.3.0/gcc/real.h      2022-05-18 17:04:32.076412174 -0500
-@@ -77,8 +77,10 @@
+--- a/gcc/real.h
++++ b/gcc/real.h
+@@ -77,8 +77,10 @@ struct GTY(()) real_value {
     + (REAL_VALUE_TYPE_SIZE%HOST_BITS_PER_WIDE_INT ? 1 : 0)) /* round up */
  
  /* Verify the guess.  */
index 0f75d0ce0eb04e7ae4c8f9d0d03ba85b6c81da46..9233c6a1d7896b5f8274b2ccf93d9a051991e27a 100644 (file)
@@ -114,7 +114,7 @@ Date:   Tue Jul 31 00:52:27 2007 +0000
  ; On SVR4 targets, it also controls whether or not to emit a
 --- a/gcc/doc/invoke.texi
 +++ b/gcc/doc/invoke.texi
-@@ -9596,6 +9596,17 @@ This option is only supported for C and
+@@ -9597,6 +9597,17 @@ This option is only supported for C and
  @option{-Wall} and by @option{-Wpedantic}, which can be disabled with
  @option{-Wno-pointer-sign}.
  
index 986d19057f38e4247963106f4ffa9b6cc77bc933..7519e31d53505be11802da96953491692710cd87 100644 (file)
@@ -70,11 +70,9 @@ Signed-off-by: Dimitry Andric <dimitry@andric.com>
  gcc/system.h | 39 ++++++++++++++++++---------------------
  1 file changed, 18 insertions(+), 21 deletions(-)
 
-diff --git a/gcc/system.h b/gcc/system.h
-index b0edab02885..ab29fc19776 100644
 --- a/gcc/system.h
 +++ b/gcc/system.h
-@@ -194,27 +194,8 @@ extern int fprintf_unlocked (FILE *, const char *, ...);
+@@ -194,27 +194,8 @@ extern int fprintf_unlocked (FILE *, con
  #undef fread_unlocked
  #undef fwrite_unlocked
  
@@ -134,6 +132,3 @@ index b0edab02885..ab29fc19776 100644
  /* Some of glibc's string inlines cause warnings.  Plus we'd rather
     rely on (and therefore test) GCC's string builtins.  */
  #define __NO_STRING_INLINES
--- 
-2.39.3
-
index b6b15cd1c66f2816c6f3dfb64ce799fbe496aa10..6d672922210f0dceb44441453e403bf372615d73 100644 (file)
@@ -18,8 +18,6 @@ libcc1/ChangeLog:
  libcc1/libcp1plugin.cc | 3 +--
  2 files changed, 2 insertions(+), 4 deletions(-)
 
-diff --git a/libcc1/libcc1plugin.cc b/libcc1/libcc1plugin.cc
-index 72d17c3b81c..e64847466f4 100644
 --- a/libcc1/libcc1plugin.cc
 +++ b/libcc1/libcc1plugin.cc
 @@ -32,6 +32,7 @@
@@ -39,8 +37,6 @@ index 72d17c3b81c..e64847466f4 100644
  using namespace cc1_plugin;
  
  \f
-diff --git a/libcc1/libcp1plugin.cc b/libcc1/libcp1plugin.cc
-index 0eff7c68d29..da68c5d0ac1 100644
 --- a/libcc1/libcp1plugin.cc
 +++ b/libcc1/libcp1plugin.cc
 @@ -33,6 +33,7 @@
@@ -60,6 +56,3 @@ index 0eff7c68d29..da68c5d0ac1 100644
  using namespace cc1_plugin;
  
  \f
--- 
-2.39.3
-
index 85b6744df7e265fa94bcdffc5d36dde0f9dadd13..39f06d8f9bead1fc89ae0c86cfc68ca47c623181 100644 (file)
@@ -1,7 +1,6 @@
-diff -u --recursive gcc-8.4.0-vanilla/gcc/real.h gcc-8.4.0/gcc/real.h
---- gcc-8.4.0-vanilla/gcc/real.h       2020-03-04 02:30:01.000000000 -0600
-+++ gcc-8.4.0/gcc/real.h       2022-05-18 17:02:22.708820427 -0500
-@@ -70,8 +70,10 @@
+--- a/gcc/real.h
++++ b/gcc/real.h
+@@ -70,8 +70,10 @@ struct GTY(()) real_value {
     + (REAL_VALUE_TYPE_SIZE%HOST_BITS_PER_WIDE_INT ? 1 : 0)) /* round up */
  
  /* Verify the guess.  */