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

A new commit has been pushed.

Repo   : rpms/gcc
Branch : rhel-f41-base
Commit : 8cd5593dfc446499c94c4385edd31bda436e7d9c
Author : Jakub Jelinek <jakub@redhat.com>
Date   : 2024-10-25T17:45:57+02:00
Stats  : +34/-5 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/8cd5593dfc446499c94c4385edd31bda436e7d9c?branch=rhel-f41-base

Log:
14.2.1-5

---
diff --git a/.gitignore b/.gitignore
index e67d87e..457da17 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,3 +25,4 @@
 /gcc-14.2.1-20240801.tar.xz
 /gcc-14.2.1-20240905.tar.xz
 /gcc-14.2.1-20240912.tar.xz
+/gcc-14.2.1-20241025.tar.xz

diff --git a/gcc.spec b/gcc.spec
index 15a2c71..185f371 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -1,10 +1,10 @@
-%global DATE 20240912
-%global gitrev c7a1c1a4bf73b3cb4943c428085fe5cbb433cde4
+%global DATE 20241025
+%global gitrev 3f6cf880bdadb4404d5540bad605ceec58261359
 %global gcc_version 14.2.1
 %global gcc_major 14
 # 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 4
+%global gcc_release 5
 %global nvptx_tools_gitrev 87ce9dc5999e5fca2e1d3478a30888d9864c9804
 %global newlib_cygwin_gitrev d45261f62a15f8abd94a1031020b9a9f455e4eed
 %global _unpackaged_files_terminate_build 0
@@ -3622,8 +3622,36 @@ end
 %endif
 
 %changelog
+* Fri Oct 25 2024 Jakub Jelinek <jakub@redhat.com> 14.2.1-5
+- update from releases/gcc-14 branch
+  - PRs ada/114593, ada/114636, ada/114640, ada/115535, ada/116190,
+	ada/116430, ada/116551, c/116726, c/117230, c++/96097, c++/115361,
+	c++/115987, c++/116369, c++/116418, c++/116424, c++/116476,
+	c++/116492, c++/116534, c++/116676, c++/116678, c++/116929,
+	c++/117054, c++/117107, c++/117259, c++/117274, fortran/84868,
+	fortran/100273, ipa/109985, ipa/115815, libstdc++/37475,
+	libstdc++/108619, libstdc++/116529, libstdc++/116754,
+	libstdc++/116755, libstdc++/116777, libstdc++/116857,
+	libstdc++/117085, libstdc++/117094, libstdc++/117135,
+	middle-end/115110, middle-end/115426, middle-end/115641,
+	middle-end/116258, middle-end/116259, middle-end/116454,
+	middle-end/116891, middle-end/116898, middle-end/116899,
+	middle-end/117086, middle-end/117249, sanitizer/117209, target/115860,
+	target/116237, target/116627, target/116738, target/116839,
+	target/116883, target/116921, target/116953, target/116962,
+	target/117116, target/117159, target/117240, testsuite/116238,
+	tree-optimization/116166, tree-optimization/116258,
+	tree-optimization/116274, tree-optimization/116290,
+	tree-optimization/116380, tree-optimization/116460,
+	tree-optimization/116481, tree-optimization/116585,
+	tree-optimization/116610, tree-optimization/116768,
+	tree-optimization/116850, tree-optimization/116879,
+	tree-optimization/116907, tree-optimization/116982,
+	tree-optimization/116990, tree-optimization/117041,
+	tree-optimization/117104
+
 * Wed Sep 25 2024 Siddhesh Poyarekar <siddhesh@redhat.com> 14.2.1-4
-- Default tuning to power 10 for RHEL10 and later.
+- default tuning to power 10 for RHEL10 and later
 
 * Thu Sep 12 2024 Jakub Jelinek <jakub@redhat.com> 14.2.1-3
 - update from releases/gcc-14 branch

diff --git a/sources b/sources
index 0010d99..27042d2 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,4 @@
-SHA512 (gcc-14.2.1-20240912.tar.xz) = 9a36fd5c2211f348bf18e887861c9123745bfa40837a5f92b1cd0ee0820edb7ef59094caac06870f00ef0d0305f674a5c23cc5aec940132cf581cd18c0368bb2
+SHA512 (gcc-14.2.1-20241025.tar.xz) = 1729619d7c0ebdb6801f692f213ccdd2f393d28d2c2acc3cedc897992c0996d45d760e9f4bd4d6f3ef16c7343a1e24c21c45989fa6c08ba1556fa8c9a5662d5f
 SHA512 (isl-0.24.tar.bz2) = aab3bddbda96b801d0f56d2869f943157aad52a6f6e6a61745edd740234c635c38231af20bc3f1a08d416a5e973a90e18249078ed8e4ae2f1d5de57658738e95
 SHA512 (newlib-cygwin-d45261f62a15f8abd94a1031020b9a9f455e4eed.tar.xz) = 31bfc19429797236e268e22b752c5abeabb9c0f39b1058634af8dab329b4f028fc72a35888193c9575f6cee5cf2c069669d79fcb4d4e3a4318f57413452f707d
 SHA512 (nvptx-tools-87ce9dc5999e5fca2e1d3478a30888d9864c9804.tar.xz) = 941e763af8601b89f0e4ec48a2d68ae0a8e70ee1e6ba6859394b021ad7bd7d143cc529f3c35c08d7f84e5554980ddcc97cf05b6c4755c2bc36c91161b79e8cea

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

A new commit has been pushed.

Repo   : rpms/gcc
Branch : rhel-f41-base
Commit : 3c526fa26bef8d41eeeef476e14bb5fa2c421aa4
Author : Jakub Jelinek <jakub@redhat.com>
Date   : 2024-10-25T17:59:54+02:00
Stats  : +0/-102 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/3c526fa26bef8d41eeeef476e14bb5fa2c421aa4?branch=rhel-f41-base

Log:
14.2.1-5

---
diff --git a/gcc.spec b/gcc.spec
index 185f371..6b499c8 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -305,7 +305,6 @@ Patch9: gcc14-Wno-format-security.patch
 Patch10: gcc14-rh1574936.patch
 Patch11: gcc14-d-shared-libphobos.patch
 Patch12: gcc14-pr101523.patch
-Patch13: gcc14-pr116621.patch
 
 Patch50: isl-rh2155127.patch
 
@@ -907,7 +906,6 @@ so that there cannot be any synchronization problems.
 %endif
 %patch -P11 -p0 -b .d-shared-libphobos~
 %patch -P12 -p1 -b .pr101523~
-%patch -P13 -p0 -b .pr116621~
 
 %patch -P50 -p0 -b .rh2155127~
 touch -r isl-0.24/m4/ax_prog_cxx_for_build.m4 isl-0.24/m4/ax_prog_cc_for_build.m4

diff --git a/gcc14-pr116621.patch b/gcc14-pr116621.patch
deleted file mode 100644
index caa9e63..0000000
--- a/gcc14-pr116621.patch
+++ /dev/null
@@ -1,100 +0,0 @@
-Author: H.J. Lu <hjl.tools@gmail.com>
-Date:   Fri Sep 6 05:24:07 2024 -0700
-
-x86-64: Don't use temp for argument in a TImode register
-
-Don't use temp for a PARALLEL BLKmode argument of an EXPR_LIST expression
-in a TImode register.  Otherwise, the TImode variable will be put in
-the GPR save area which guarantees only 8-byte alignment.
-    
-	PR target/116621
-	* config/i386/i386.cc (ix86_gimplify_va_arg): Don't use temp for
-	a PARALLEL BLKmode container of an EXPR_LIST expression in a
-	TImode register.
-
-	* gcc.target/i386/pr116621.c: New test.
-
-Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
-
---- gcc/config/i386/i386.cc
-+++ gcc/config/i386/i386.cc
-@@ -4908,13 +4908,31 @@ ix86_gimplify_va_arg (tree valist, tree type, gimple_seq *pre_p,
- 
-       examine_argument (nat_mode, type, 0, &needed_intregs, &needed_sseregs);
- 
--      need_temp = (!REG_P (container)
-+      bool container_in_reg = false;
-+      if (REG_P (container))
-+	container_in_reg = true;
-+      else if (GET_CODE (container) == PARALLEL
-+	       && GET_MODE (container) == BLKmode
-+	       && XVECLEN (container, 0) == 1)
-+	{
-+	  /* Check if it is a PARALLEL BLKmode container of an EXPR_LIST
-+	     expression in a TImode register.  In this case, temp isn't
-+	     needed.  Otherwise, the TImode variable will be put in the
-+	     GPR save area which guarantees only 8-byte alignment.   */
-+	  rtx x = XVECEXP (container, 0, 0);
-+	  if (GET_CODE (x) == EXPR_LIST
-+	      && REG_P (XEXP (x, 0))
-+	      && XEXP (x, 1) == const0_rtx)
-+	    container_in_reg = true;
-+	}
-+
-+      need_temp = (!container_in_reg
- 		   && ((needed_intregs && TYPE_ALIGN (type) > 64)
- 		       || TYPE_ALIGN (type) > 128));
- 
-       /* In case we are passing structure, verify that it is consecutive block
-          on the register save area.  If not we need to do moves.  */
--      if (!need_temp && !REG_P (container))
-+      if (!need_temp && !container_in_reg)
- 	{
- 	  /* Verify that all registers are strictly consecutive  */
- 	  if (SSE_REGNO_P (REGNO (XEXP (XVECEXP (container, 0, 0), 0))))
---- gcc/testsuite/gcc.target/i386/pr116621.c
-+++ gcc/testsuite/gcc.target/i386/pr116621.c
-@@ -0,0 +1,43 @@
-+/* { dg-do run } */
-+/* { dg-options "-O2" } */
-+
-+#include <stdarg.h>
-+#include <string.h>
-+
-+union S8302
-+{
-+  union
-+  {
-+    double b;
-+    int c;
-+  } a;
-+  long double d;
-+  unsigned short int f[5];
-+};
-+
-+union S8302 s8302;
-+extern void check8302va (int i, ...);
-+
-+int
-+main (void)
-+{
-+  memset (&s8302, '\0', sizeof (s8302));
-+  s8302.a.b = -221438.250000;
-+  check8302va (1, s8302);
-+  return 0;
-+}
-+
-+__attribute__((noinline, noclone))
-+void
-+check8302va (int z, ...)
-+{
-+  union S8302 arg, *p;
-+  va_list ap;
-+
-+  __builtin_va_start (ap, z);
-+  p = &s8302;
-+  arg = __builtin_va_arg (ap, union S8302);
-+  if (p->a.b != arg.a.b)
-+    __builtin_abort ();
-+  __builtin_va_end (ap);
-+}

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

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

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

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