public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gcc] rhel-f41-base: 4.1.0-11
@ 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 : 8f51164df5889e01c46f39d79e14fcdfbcbfe37b
Author : Jakub Jelinek <jakub@fedoraproject.org>
Date : 2006-04-25T11:08:06+00:00
Stats : +4/-2 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/8f51164df5889e01c46f39d79e14fcdfbcbfe37b?branch=rhel-f41-base
Log:
4.1.0-11
---
diff --git a/.cvsignore b/.cvsignore
index 6cf814a..6494d95 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-gcc-4.1.0-20060421.tar.bz2
+gcc-4.1.0-20060425.tar.bz2
diff --git a/gcc41.spec b/gcc41.spec
index 939d08e..f97f599 100644
--- a/gcc41.spec
+++ b/gcc41.spec
@@ -129,6 +129,7 @@ Patch31: gcc41-rh137200.patch
Patch32: gcc41-rh187450.patch
Patch33: gcc41-pr27236.patch
Patch34: gcc41-pr27285.patch
+Patch35: gcc41-fortran-merge-glitch.patch
%define _gnu %{nil}
%ifarch sparc
@@ -442,6 +443,7 @@ which are required to run programs compiled with the GNAT.
%patch32 -p0 -b .rh187450~
%patch33 -p0 -b .pr27236~
%patch34 -p0 -b .pr27285~
+%patch35 -p0 -b .fortran-merge-glitch~
sed -i -e 's/4\.1\.1/4.1.0/' gcc/BASE-VER gcc/version.c
sed -i -e 's/" (Red Hat[^)]*)"/" (Red Hat %{version}-%{gcc_release})"/' gcc/version.c
diff --git a/sources b/sources
index 8003ae9..9e32ff6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-19e1f84413aad25f18300a7dfe37c4b8 gcc-4.1.0-20060421.tar.bz2
+128037919d9a93d4e2270b4cf8b8b862 gcc-4.1.0-20060425.tar.bz2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [rpms/gcc] rhel-f41-base: 4.1.0-11
@ 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 : c569a09b0925b420b911cc9575927da59ef18d52
Author : Jakub Jelinek <jakub@fedoraproject.org>
Date : 2006-04-25T10:16:22+00:00
Stats : +21/-4 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/c569a09b0925b420b911cc9575927da59ef18d52?branch=rhel-f41-base
Log:
4.1.0-11
---
diff --git a/gcc41.spec b/gcc41.spec
index 16a431e..939d08e 100644
--- a/gcc41.spec
+++ b/gcc41.spec
@@ -1,6 +1,6 @@
-%define DATE 20060421
+%define DATE 20060425
%define gcc_version 4.1.0
-%define gcc_release 10
+%define gcc_release 11
%define _unpackaged_files_terminate_build 0
%define multilib_64_archs sparc64 ppc64 s390x x86_64
%ifarch %{ix86} x86_64 ia64
@@ -115,7 +115,7 @@ Patch17: gcc41-java-pr13212.patch
Patch18: gcc41-objc-rh185398.patch
Patch19: gcc41-pr22375.patch
Patch20: gcc41-tests.patch
-Patch21: gcc41-pr26769.patch
+Patch21: gcc41-pr27218.patch
Patch22: gcc41-ppc64-ldouble-stdarg.patch
Patch23: gcc41-pr25874.patch
Patch24: gcc41-pr25989.patch
@@ -127,6 +127,8 @@ Patch29: gcc41-pr26913.patch
Patch30: gcc41-rh188944.patch
Patch31: gcc41-rh137200.patch
Patch32: gcc41-rh187450.patch
+Patch33: gcc41-pr27236.patch
+Patch34: gcc41-pr27285.patch
%define _gnu %{nil}
%ifarch sparc
@@ -426,7 +428,7 @@ which are required to run programs compiled with the GNAT.
%patch18 -p0 -b .objc-rh185398~
%patch19 -p0 -b .pr22375~
%patch20 -p0 -b .tests~
-%patch21 -p0 -b .pr26769~
+%patch21 -p0 -b .pr27218~
%patch22 -p0 -b .ppc64-ldouble-stdarg~
%patch23 -p0 -b .pr25874~
%patch24 -p0 -b .pr25989~
@@ -438,6 +440,8 @@ which are required to run programs compiled with the GNAT.
%patch30 -p0 -b .rh188944~
%patch31 -p0 -b .rh137200~
%patch32 -p0 -b .rh187450~
+%patch33 -p0 -b .pr27236~
+%patch34 -p0 -b .pr27285~
sed -i -e 's/4\.1\.1/4.1.0/' gcc/BASE-VER gcc/version.c
sed -i -e 's/" (Red Hat[^)]*)"/" (Red Hat %{version}-%{gcc_release})"/' gcc/version.c
@@ -1462,6 +1466,19 @@ fi
%doc rpm.doc/changelogs/libmudflap/ChangeLog*
%changelog
+* Tue Apr 25 2006 Jakub Jelinek <jakub@redhat.com> 4.1.0-11
+- update from gcc-4_1-branch (-r113149:113242)
+ - PRs c/25875, c/26774, fortran/18803, fortran/25597, fortran/25669,
+ fortran/26787, fortran/26822, fortran/26834, fortran/27089,
+ fortran/27113, fortran/27122, fortran/27124, target/21283,
+ target/26961
+- fix number of iterations computation (Zdenek Dvorak, #189376,
+ PR tree-optimization/27285)
+- fix handling of volatile in the inliner (Andrew Pinski, Richard Guenther,
+ PR tree-optimization/27236)
+- strip useless type conversions in the inliner (Andrew Pinski,
+ Richard Guenther, PR tree-optimization/27218)
+
* Fri Apr 21 2006 Jakub Jelinek <jakub@redhat.com> 4.1.0-10
- update from gcc-4_1-branch (-r113110:113149)
- PRs libgcj/21941, libgcj/27170, libgcj/27231, libgfortran/27138,
^ 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.0-11 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