public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gcc] rhel-f41-base: 10.0.1-0.13
@ 2026-06-29 12:28 Jakub Jelinek
  0 siblings, 0 replies; 3+ messages in thread
From: Jakub Jelinek @ 2026-06-29 12:28 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/gcc
Branch : rhel-f41-base
Commit : 062d80630de4709e58a37cab01567b4936fba061
Author : Jakub Jelinek <jakub@redhat.com>
Date   : 2020-05-01T00:30:58+02:00
Stats  : +3/-3 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/062d80630de4709e58a37cab01567b4936fba061?branch=rhel-f41-base

Log:
10.0.1-0.13

---
diff --git a/gcc10-d-shared-libphobos.patch b/gcc10-d-shared-libphobos.patch
index 392d631..6384bbb 100644
--- a/gcc10-d-shared-libphobos.patch
+++ b/gcc10-d-shared-libphobos.patch
@@ -5,9 +5,9 @@
 
 --- gcc/d/d-spec.cc.jj	2019-01-01 12:37:49.502444257 +0100
 +++ gcc/d/d-spec.cc	2019-01-17 17:09:45.364949246 +0100
-@@ -405,9 +405,9 @@ lang_specific_driver (cl_decoded_option
+@@ -408,9 +408,9 @@ lang_specific_driver (cl_decoded_option
    /* Add `-lgphobos' if we haven't already done so.  */
-   if (phobos_library != PHOBOS_NOLINK && need_phobos)
+   if (phobos_library != PHOBOS_NOLINK)
      {
 -      /* Default to static linking.  */
 -      if (phobos_library != PHOBOS_DYNAMIC)
@@ -17,4 +17,4 @@
 +	phobos_library = PHOBOS_DYNAMIC;
  
  #ifdef HAVE_LD_STATIC_DYNAMIC
-       if (phobos_library == PHOBOS_DYNAMIC && static_link)
+       if (phobos_library == PHOBOS_STATIC && !static_link)

^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [rpms/gcc] rhel-f41-base: 10.0.1-0.13
@ 2026-06-29 12:28 Jakub Jelinek
  0 siblings, 0 replies; 3+ messages in thread
From: Jakub Jelinek @ 2026-06-29 12:28 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/gcc
Branch : rhel-f41-base
Commit : 1cd0b2d684f457e20c4d4297cf4fd66bcffbb1a0
Author : Jakub Jelinek <jakub@redhat.com>
Date   : 2020-05-01T00:20:13+02:00
Stats  : +2/-1 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/1cd0b2d684f457e20c4d4297cf4fd66bcffbb1a0?branch=rhel-f41-base

Log:
10.0.1-0.13

---
diff --git a/.gitignore b/.gitignore
index 8d6a745..650f837 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
 /gcc-10.0.1-20200325.tar.xz
 /gcc-10.0.1-20200328.tar.xz
 /gcc-10.0.1-20200420.tar.xz
+/gcc-10.0.1-20200501.tar.xz

diff --git a/sources b/sources
index 2ebda5a..cfafe0e 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-SHA512 (gcc-10.0.1-20200420.tar.xz) = 3504ebfe7b9fbe59daaf5568ffe3d2c286180dda52ca57600dca370aca51231464e553758148487d1ea15c1d50f1cb72229910592a5137e4901ef537394437e4
+SHA512 (gcc-10.0.1-20200501.tar.xz) = c83c1a44b48d4da2ed492e63447c5d4a1ca8e4814acb7b841981ce0604588d288639ef84e0c548bb8b7709450da59842040e37e9481e0393e32bed5912ab9d3e
 SHA512 (newlib-cygwin-50e2a63b04bdd018484605fbb954fd1bd5147fa0.tar.xz) = 9ceea0b883185fe489724d54a7e909bb6ed4785fcadf80162033dc6a133e2657337175601278e4155d1f8fac275ff9c8a02572aea876166c608774c809f832e9
 SHA512 (nvptx-tools-5f6f343a302d620b0868edab376c00b15741e39e.tar.xz) = f6d10db94fa1570ae0f94df073fa3c73c8e5ee16d59070b53d94f7db0de8a031bc44d7f3f1852533da04b625ce758e022263855ed43cfc6867e0708d001e53c7

^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [rpms/gcc] rhel-f41-base: 10.0.1-0.13
@ 2026-06-29 12:28 Jakub Jelinek
  0 siblings, 0 replies; 3+ messages in thread
From: Jakub Jelinek @ 2026-06-29 12:28 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/gcc
Branch : rhel-f41-base
Commit : 93ba12bdcb15c325344517880171ef9c1d7e016f
Author : Jakub Jelinek <jakub@redhat.com>
Date   : 2020-05-01T00:13:49+02:00
Stats  : +33/-3 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/93ba12bdcb15c325344517880171ef9c1d7e016f?branch=rhel-f41-base

Log:
10.0.1-0.13

---
diff --git a/gcc.spec b/gcc.spec
index 74cb899..7084411 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -1,10 +1,10 @@
-%global DATE 20200420
-%global gitrev dbc1bb99e280740e5bda658a911d9dd3f431ad4d
+%global DATE 20200501
+%global gitrev 563509ad4338c7193d06f4008e9df657990628a5
 %global gcc_version 10.0.1
 %global gcc_major 10
 # Note, gcc_release must be integer, if you want to add suffixes to
 # %%{release}, append them after %%{gcc_release} on Release: line.
-%global gcc_release 0.12
+%global gcc_release 0.13
 %global nvptx_tools_gitrev 5f6f343a302d620b0868edab376c00b15741e39e
 %global newlib_cygwin_gitrev 50e2a63b04bdd018484605fbb954fd1bd5147fa0
 %global _unpackaged_files_terminate_build 0
@@ -3004,6 +3004,36 @@ end
 %endif
 
 %changelog
+* Fri May  1 2020 Jakub Jelinek <jakub@redhat.com> 10.0.1-0.13
+- update from trunk and releases/gcc-10 branch
+  - GCC 10.1-rc1
+  - PRs analyzer/94447, analyzer/94639, analyzer/94732, analyzer/94754,
+	analyzer/94816, bootstrap/94739, c++/79585, c++/90320, c++/90448,
+	c++/90750, c++/93807, c++/94288, c++/94383, c++/94505, c++/94510,
+	c++/94546, c++/94549, c++/94583, c++/94592, c++/94597, c++/94628,
+	c++/94645, c++/94661, c++/94682, c++/94701, c++/94719, c++/94733,
+	c++/94742, c++/94752, c++/94759, c++/94760, c++/94772, c++/94775,
+	c++/94808, c++/94819, c++/94827, c++/94830, c++/94879, c++/94883,
+	c++/94886, c/94641, c/94686, c/94705, c/94755, d/89418, d/94777,
+	d/94825, demangler/94797, driver/90983, fortran/90350, fortran/93956,
+	fortran/94578, fortran/94709, fortran/94737, fortran/94769,
+	fortran/94788, ipa/94856, libfortran/25830, libfortran/94586,
+	libfortran/94694, libstdc++/89510, libstdc++/90415, libstdc++/91480,
+	libstdc++/92156, libstdc++/94831, libstdc++/94854, lto/94659,
+	lto/94822, middle-end/92830, middle-end/93488, middle-end/94647,
+	middle-end/94724, rtl-optimization/94708, rtl-optimization/94740,
+	target/57002, target/91518, target/92713, target/93654, target/94248,
+	target/94279, target/94282, target/94383, target/94514, target/94515,
+	target/94577, target/94613, target/94622, target/94668, target/94678,
+	target/94697, target/94704, target/94706, target/94707, target/94710,
+	target/94711, target/94748, target/94780, target/94812, target/94820,
+	target/94826, target/94832, testsuite/94712, translation/94698,
+	tree-optimization/89430, tree-optimization/94683,
+	tree-optimization/94700, tree-optimization/94717,
+	tree-optimization/94727, tree-optimization/94734,
+	tree-optimization/94774, tree-optimization/94784,
+	tree-optimization/94809
+
 * Mon Apr 20 2020 Jakub Jelinek <jakub@redhat.com> 10.0.1-0.12
 - update from trunk
   - PRs analyzer/94378, bootstrap/89494, bootstrap/92008, c++/67825,

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-06-29 12:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-29 12:28 [rpms/gcc] rhel-f41-base: 10.0.1-0.13 Jakub Jelinek
  -- strict thread matches above, loose matches on Subject: below --
2026-06-29 12:28 Jakub Jelinek
2026-06-29 12:28 Jakub Jelinek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox