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

A new commit has been pushed.

Repo   : rpms/gcc
Branch : rhel-f41-base
Commit : 017ca79e91697844047b2a24850554c47a260b6f
Author : Jakub Jelinek <jakub@fedoraproject.org>
Date   : 2006-11-14T10:58:55+00:00
Stats  : +3/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/017ca79e91697844047b2a24850554c47a260b6f?branch=rhel-f41-base

Log:
4.1.1-36

---
diff --git a/gcc41.spec b/gcc41.spec
index 27b9a33..7aec2e0 100644
--- a/gcc41.spec
+++ b/gcc41.spec
@@ -137,6 +137,7 @@ Patch28: gcc41-strncat-chk.patch
 Patch29: gcc41-pr29703.patch
 Patch30: gcc41-pr29299.patch
 Patch31: gcc41-pr29581.patch
+Patch32: gcc41-revert-pr28915.patch
 
 %define _gnu %{nil}
 %ifarch sparc
@@ -451,6 +452,7 @@ which are required to run programs compiled with the GNAT.
 %patch29 -p0 -b .pr29703~
 %patch30 -p0 -b .pr29299~
 %patch31 -p0 -b .pr29581~
+%patch32 -p0 -b .revert-pr28915~
 
 sed -i -e 's/4\.1\.2/4.1.1/' gcc/BASE-VER gcc/version.c
 sed -i -e 's/" (Red Hat[^)]*)"/" (Red Hat %{version}-%{gcc_release})"/' gcc/version.c
@@ -1515,7 +1517,7 @@ fi
   - PRs c++/29106, c++/29518, fortran/24518, fortran/29216, fortran/29314,
 	fortran/29371, fortran/29387, fortran/29392, fortran/29490,
 	fortran/29565, fortran/29630, fortran/29679, fortran/29713,
-	middle-end/21032, middle-end/28915, testsuite/28703, tree-opt/28545
+	middle-end/21032, testsuite/28703, tree-opt/28545
 - honor initial conditions and variable types in conversion to perfect
   nesting for -ftree-loop-linear optimizations (#209297,
   PR tree-optimization/29581)

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

* [rpms/gcc] rhel-f41-base: 4.1.1-36
@ 2026-06-29 12:22 Jakub Jelinek
  0 siblings, 0 replies; 2+ messages in thread
From: Jakub Jelinek @ 2026-06-29 12:22 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/gcc
Branch : rhel-f41-base
Commit : 15341d9bde76aacb5c2265bf2a2e38238824e93d
Author : Jakub Jelinek <jakub@fedoraproject.org>
Date   : 2006-11-14T08:04:53+00:00
Stats  : +38/-34 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/15341d9bde76aacb5c2265bf2a2e38238824e93d?branch=rhel-f41-base

Log:
4.1.1-36

---
diff --git a/.cvsignore b/.cvsignore
index 6858ea6..1c26147 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-gcc-4.1.1-20061108.tar.bz2
+gcc-4.1.1-20061114.tar.bz2

diff --git a/gcc41.spec b/gcc41.spec
index b207092..27b9a33 100644
--- a/gcc41.spec
+++ b/gcc41.spec
@@ -1,6 +1,6 @@
-%define DATE 20061108
+%define DATE 20061114
 %define gcc_version 4.1.1
-%define gcc_release 35
+%define gcc_release 36
 %define _unpackaged_files_terminate_build 0
 %define multilib_64_archs sparc64 ppc64 s390x x86_64
 %ifarch %{ix86} x86_64 ia64
@@ -125,21 +125,18 @@ Patch16: gcc41-pr25874.patch
 Patch17: gcc41-pr29241.patch
 Patch18: gcc41-i386-tune-geode.patch
 Patch19: gcc41-hash-style-gnu.patch
-Patch20: gcc41-configure-ld-ver.patch
-Patch21: gcc41-pr29612.patch
-Patch22: gcc41-java-libdotdotlib.patch
-Patch23: gcc41-pr28709.patch
-Patch24: gcc41-pr28755.patch
-Patch25: gcc41-pr27898.patch
-Patch26: gcc41-pr27567.patch
-Patch27: gcc41-pr29272.patch
-Patch28: gcc41-pr29059.patch
-Patch29: gcc41-strncat-chk.patch
-Patch30: gcc41-pr29703.patch
-Patch31: gcc41-pr29299.patch
-Patch32: gcc41-pr29641.patch
-Patch33: gcc41-pr29581.patch
-Patch34: gcc41-pr29759.patch
+Patch20: gcc41-pr29612.patch
+Patch21: gcc41-java-libdotdotlib.patch
+Patch22: gcc41-pr28709.patch
+Patch23: gcc41-pr28755.patch
+Patch24: gcc41-pr27898.patch
+Patch25: gcc41-pr27567.patch
+Patch26: gcc41-pr29272.patch
+Patch27: gcc41-pr29059.patch
+Patch28: gcc41-strncat-chk.patch
+Patch29: gcc41-pr29703.patch
+Patch30: gcc41-pr29299.patch
+Patch31: gcc41-pr29581.patch
 
 %define _gnu %{nil}
 %ifarch sparc
@@ -442,21 +439,18 @@ which are required to run programs compiled with the GNAT.
 %patch17 -p0 -b .pr29241~
 %patch18 -p0 -b .i386-tune-geode~
 %patch19 -p0 -b .hash-style-gnu~
-%patch20 -p0 -b .configure-ld-ver~
-%patch21 -p0 -b .pr29612~
-%patch22 -p0 -b .java-libdotdotlib~
-%patch23 -p0 -b .pr28709~
-%patch24 -p0 -b .pr28755~
-%patch25 -p0 -b .pr27898~
-%patch26 -p0 -b .pr27567~
-%patch27 -p0 -b .pr29272~
-%patch28 -p0 -b .pr29059~
-%patch29 -p0 -b .strncat-chk~
-%patch30 -p0 -b .pr29703~
-%patch31 -p0 -b .pr29299~
-%patch32 -p0 -b .pr29641~ 
-#%patch33 -p0 -b .pr29581~
-%patch34 -p0 -b .pr29759~
+%patch20 -p0 -b .pr29612~
+%patch21 -p0 -b .java-libdotdotlib~
+%patch22 -p0 -b .pr28709~
+%patch23 -p0 -b .pr28755~
+%patch24 -p0 -b .pr27898~
+%patch25 -p0 -b .pr27567~
+%patch26 -p0 -b .pr29272~
+%patch27 -p0 -b .pr29059~
+%patch28 -p0 -b .strncat-chk~
+%patch29 -p0 -b .pr29703~
+%patch30 -p0 -b .pr29299~
+%patch31 -p0 -b .pr29581~
 
 sed -i -e 's/4\.1\.2/4.1.1/' gcc/BASE-VER gcc/version.c
 sed -i -e 's/" (Red Hat[^)]*)"/" (Red Hat %{version}-%{gcc_release})"/' gcc/version.c
@@ -1516,6 +1510,16 @@ fi
 %doc rpm.doc/changelogs/libmudflap/ChangeLog*
 
 %changelog
+* Tue Nov 14 2006 Jakub Jelinek <jakub@redhat.com> 4.1.1-36
+- update from gcc-4_1-branch (-r118571:118805)
+  - PRs c++/29106, c++/29518, fortran/24518, fortran/29216, fortran/29314,
+	fortran/29371, fortran/29387, fortran/29392, fortran/29490,
+	fortran/29565, fortran/29630, fortran/29679, fortran/29713,
+	middle-end/21032, middle-end/28915, testsuite/28703, tree-opt/28545
+- honor initial conditions and variable types in conversion to perfect
+  nesting for -ftree-loop-linear optimizations (#209297,
+  PR tree-optimization/29581)
+
 * Sat Nov 11 2006 Jakub Jelinek <jakub@redhat.com> 4.1.1-35
 - fix libgcj_bc.so dummy lib on i?86/x86_64/ia64/s390/s390x
 

diff --git a/sources b/sources
index eb5859c..ee88734 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a99ef8c21c086ebb8e15fffa6397c9a4  gcc-4.1.1-20061108.tar.bz2
+4968d24038d95dbfa273b4d8db9fa777  gcc-4.1.1-20061114.tar.bz2

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

end of thread, other threads:[~2026-06-29 12:22 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:22 [rpms/gcc] rhel-f41-base: 4.1.1-36 Jakub Jelinek
  -- strict thread matches above, loose matches on Subject: below --
2026-06-29 12:22 Jakub Jelinek

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