public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jakub Jelinek <jakub@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/gcc] rhel-f41-base: 4.1.0-0.5
Date: Mon, 29 Jun 2026 12:22:00 GMT	[thread overview]
Message-ID: <178273572049.1.9377603100796030953.rpms-gcc-294ae4196a93@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/gcc
Branch : rhel-f41-base
Commit : 294ae4196a93806ef9e45ae70eca5c192c6937db
Author : Jakub Jelinek <jakub@fedoraproject.org>
Date   : 2005-12-07T18:06:53+00:00
Stats  : +39/-6 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/294ae4196a93806ef9e45ae70eca5c192c6937db?branch=rhel-f41-base

Log:
4.1.0-0.5

---
diff --git a/.cvsignore b/.cvsignore
index ef1082d..eeb7d30 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-gcc-4.1.0-20051201.tar.bz2
+gcc-4.1.0-20051207.tar.bz2

diff --git a/gcc41.spec b/gcc41.spec
index d782fde..36eddf5 100644
--- a/gcc41.spec
+++ b/gcc41.spec
@@ -1,6 +1,6 @@
-%define DATE 20051201
+%define DATE 20051207
 %define gcc_version 4.1.0
-%define gcc_release 0.4
+%define gcc_release 0.5
 %define _unpackaged_files_terminate_build 0
 %define multilib_64_archs sparc64 ppc64 s390x x86_64
 %ifarch %{ix86} x86_64 ia64
@@ -100,7 +100,15 @@ Patch18: gcc41-fortran-finclude.patch
 Patch19: gcc41-ppc64-sync.patch
 Patch20: gcc41-ppc32-retaddr.patch
 Patch21: gcc41-libgfortran-host_subdir.patch
-Patch22: gcc41-gomp-nestedfn.patch
+Patch22: gcc41-pr14024.patch
+Patch23: gcc41-pr24823.patch
+Patch24: gcc41-pr24975.patch
+Patch25: gcc41-pr24982.patch
+Patch26: gcc41-pr25180.patch
+Patch27: gcc41-pr25268.patch
+Patch28: gcc41-s390-atomic1.patch
+Patch29: gcc41-s390-atomic2.patch
+Patch30: gcc41-s390-atomic3.patch
 
 %define _gnu %{nil}
 %ifarch sparc
@@ -450,7 +458,15 @@ which are required to run programs compiled with the GNAT.
 %patch19 -p0 -b .ppc64-sync~
 %patch20 -p0 -b .ppc32-retaddr~
 %patch21 -p0 -b .libgfortran-host_subdir~
-%patch22 -p0 -b .gomp-nestedfn~
+%patch22 -p0 -b .pr14024~
+%patch23 -p0 -b .pr24823~
+%patch24 -p0 -b .pr24975~
+%patch25 -p0 -b .pr24982~
+%patch26 -p0 -b .pr25180~
+%patch27 -p0 -b .pr25268~
+%patch28 -p0 -b .s390-atomic1~
+%patch29 -p0 -b .s390-atomic2~
+%patch30 -p0 -b .s390-atomic3~
 
 sed -i -e 's/4\.1\.0/4.1.0/' gcc/BASE-VER gcc/version.c
 sed -i -e 's/" (Red Hat[^)]*)"/" (Red Hat %{version}-%{gcc_release})"/' gcc/version.c
@@ -1530,6 +1546,23 @@ fi
 %endif
 
 %changelog
+* Wed Dec  7 2005 Jakub Jelinek <jakub@redhat.com> 4.1.0-0.5
+- update from gcc-4_1-branch (-r107810:108157)
+  - PRs bootstrap/25207, c++/24103, c++/24138, c++/24173, fortran/15809,
+	fortran/21302, fortran/23912, java/25283, libfortran/24919,
+	libgfortran/25149, middle-end/25176, other/13873, target/18580,
+	target/24108, target/24475, target/24934, target/25199,
+	testsuite/25247, tree-optimization/24963
+- update from gomp-20050608-branch (up to -r108105)
+- -Wstrict-aliasing C++ support (Richard Guenther, Dirk Mueller,
+  Paolo Carlini, PRs c++/14024, libstdc++/24975)
+- fix mark_used_regs regression (Andreas Krebbel, PR rtl-optimization/24823)
+- fix reload ICE (Kaz Kojima, PR target/24982)
+- fix PPC ICE on Linux kernel (Paolo Bonzini, PR target/24982)
+- fix s390{,x} shifts with shift count ANDed with constant mask
+  (Andreas Krebbel, PR target/25268)
+- s390{,x} atomic builtins enhancements (Adrian Straetling)
+
 * Thu Dec  1 2005 Jakub Jelinek <jakub@redhat.com> 4.1.0-0.4
 - update from gcc-4_1-branch (-r107618:107810)
   - PRs c++/21123, c++/21166, fortran/24223, fortran/24705, java/18278,

diff --git a/sources b/sources
index ce05847..4d1b56b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4b43a8833f1b9dc552f94f367bab2a2e  gcc-4.1.0-20051201.tar.bz2
+34a34dd7995a147527dd921382dc020b  gcc-4.1.0-20051207.tar.bz2

                 reply	other threads:[~2026-06-29 12:22 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178273572049.1.9377603100796030953.rpms-gcc-294ae4196a93@fedoraproject.org \
    --to=jakub@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox