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-18
Date: Mon, 29 Jun 2026 12:22:31 GMT	[thread overview]
Message-ID: <178273575116.1.392639752245840029.rpms-gcc-c1ca6857e03f@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/gcc
Branch : rhel-f41-base
Commit : c1ca6857e03f0b4a2ac8795e540a886106319dee
Author : Jakub Jelinek <jakub@fedoraproject.org>
Date   : 2006-05-15T10:33:37+00:00
Stats  : +22/-27 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/c1ca6857e03f0b4a2ac8795e540a886106319dee?branch=rhel-f41-base

Log:
4.1.0-18

---
diff --git a/.cvsignore b/.cvsignore
index 0bbbcc6..ff8f11a 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-gcc-4.1.0-20060512.tar.bz2
+gcc-4.1.0-20060515.tar.bz2

diff --git a/gcc41-dsohandle.patch b/gcc41-dsohandle.patch
index 494dd3a..fb5a8e5 100644
--- a/gcc41-dsohandle.patch
+++ b/gcc41-dsohandle.patch
@@ -13,7 +13,7 @@
  #endif
  #ifdef CRTSTUFFS_O
 -void *__dso_handle = &__dso_handle;
-+void *const __dso_handle = &__dso_handle;
++void *const __dso_handle = (void *) &__dso_handle;
  #else
 -void *__dso_handle = 0;
 +void *const __dso_handle = 0;

diff --git a/gcc41.spec b/gcc41.spec
index 8694704..7e44e48 100644
--- a/gcc41.spec
+++ b/gcc41.spec
@@ -1,6 +1,6 @@
-%define DATE 20060512
+%define DATE 20060515
 %define gcc_version 4.1.0
-%define gcc_release 17
+%define gcc_release 18
 %define _unpackaged_files_terminate_build 0
 %define multilib_64_archs sparc64 ppc64 s390x x86_64
 %ifarch %{ix86} x86_64 ia64
@@ -106,7 +106,7 @@ Patch8: gcc41-java-slow_pthread_self.patch
 Patch9: gcc41-ppc32-retaddr.patch
 Patch10: gcc41-x86_64-sse3.patch
 Patch11: gcc41-mni.patch
-Patch12: gcc41-pr27335.patch
+Patch12: gcc41-dsohandle.patch
 Patch13: gcc41-rh184446.patch
 Patch14: gcc41-pr21764.patch
 Patch15: gcc41-pr21581.patch
@@ -117,16 +117,11 @@ Patch19: gcc41-tests.patch
 Patch20: gcc41-ppc64-ldouble-stdarg.patch
 Patch21: gcc41-pr25874.patch
 Patch22: gcc41-pr27388.patch
-Patch23: gcc41-pr26729.patch
-Patch24: gcc41-dsohandle.patch
-Patch25: gcc41-pr26881.patch
-Patch26: gcc41-pr27532.patch
-Patch27: gcc41-pr27549.patch
-Patch28: gcc41-pr27548.patch
-Patch29: gcc41-omp-nesting-warn.patch
-Patch30: gcc41-pr27446.patch
-Patch31: gcc41-pr27416.patch
-Patch32: gcc41-pr27499.patch
+Patch23: gcc41-pr26881.patch
+Patch24: gcc41-pr27532.patch
+Patch25: gcc41-pr27549.patch
+Patch26: gcc41-pr27548.patch
+Patch27: gcc41-pr27499.patch
 %define _gnu %{nil}
 %ifarch sparc
 %define gcc_target_platform sparc64-%{_vendor}-%{_target_os}
@@ -416,7 +411,7 @@ which are required to run programs compiled with the GNAT.
 %patch9 -p0 -b .ppc32-retaddr~
 %patch10 -p0 -b .x86_64-sse3~
 %patch11 -p0 -b .mni~
-%patch12 -p0 -b .pr27335~
+%patch12 -p0 -b .dsohandle~
 %patch13 -p0 -b .rh184446~
 %patch14 -p0 -b .pr21764~
 #%patch15 -p0 -b .pr21581~
@@ -427,16 +422,11 @@ which are required to run programs compiled with the GNAT.
 %patch20 -p0 -b .ppc64-ldouble-stdarg~
 %patch21 -p0 -b .pr25874~
 %patch22 -p0 -b .pr27388~
-%patch23 -p0 -b .pr26729~
-%patch24 -p0 -b .dsohandle~
-%patch25 -p0 -b .pr26881~
-%patch26 -p0 -b .pr27532~
-%patch27 -p0 -b .pr27549~
-%patch28 -p0 -b .pr27548~
-%patch29 -p0 -b .omp-nesting-warn~
-%patch30 -p0 -b .pr27446~
-%patch31 -p0 -b .pr27416~
-%patch32 -p0 -b .pr27499~
+%patch23 -p0 -b .pr26881~
+%patch24 -p0 -b .pr27532~
+%patch25 -p0 -b .pr27549~
+%patch26 -p0 -b .pr27548~
+%patch27 -p0 -b .pr27499~
 
 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
@@ -1478,6 +1468,11 @@ fi
 %doc rpm.doc/changelogs/libmudflap/ChangeLog*
 
 %changelog
+* Mon May 15 2006 Jakub Jelinek <jakub@redhat.com> 4.1.0-18
+- update from -gcc-4_1-branch (-r113722:113785)
+  - PRs c++/27315, c++/27581, c++/27582, rtl-optimization/22563
+- merge gomp changes from the trunk (-r113786:113790)
+
 * Sun May 14 2006 Jakub Jelinek <jakub@redhat.com> 4.1.0-17
 - make -mtune=z9-109 the default on s390{,x} (#184630)
 

diff --git a/sources b/sources
index 10210c5..bd17bcf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-813c9d86906ae0cecf49e51d28689196  gcc-4.1.0-20060512.tar.bz2
+792ee3e34824f98f177d908db06c8f99  gcc-4.1.0-20060515.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=178273575116.1.392639752245840029.rpms-gcc-c1ca6857e03f@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