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.1-9
Date: Mon, 29 Jun 2026 12:22:38 GMT	[thread overview]
Message-ID: <178273575814.1.5558222319051645437.rpms-gcc-10ecdf84deee@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/gcc
Branch : rhel-f41-base
Commit : 10ecdf84deeeaa3172d3792a58c838772b14b5b3
Author : Jakub Jelinek <jakub@fedoraproject.org>
Date   : 2006-07-18T19:45:31+00:00
Stats  : +37/-5 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/10ecdf84deeeaa3172d3792a58c838772b14b5b3?branch=rhel-f41-base

Log:
4.1.1-9

---
diff --git a/.cvsignore b/.cvsignore
index d68b30e..bd6524c 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-gcc-4.1.1-20060711.tar.bz2
+gcc-4.1.1-20060718.tar.bz2

diff --git a/gcc41.spec b/gcc41.spec
index dfd562f..317d46d 100644
--- a/gcc41.spec
+++ b/gcc41.spec
@@ -1,6 +1,6 @@
-%define DATE 20060711
+%define DATE 20060718
 %define gcc_version 4.1.1
-%define gcc_release 8
+%define gcc_release 9
 %define _unpackaged_files_terminate_build 0
 %define multilib_64_archs sparc64 ppc64 s390x x86_64
 %ifarch %{ix86} x86_64 ia64
@@ -140,6 +140,12 @@ Patch33: gcc41-reassoc3.patch
 Patch34: gcc41-reassoc4.patch
 Patch35: gcc41-reassoc5.patch
 Patch36: gcc41-power6.patch
+Patch37: gcc41-CVE-2006-3619.patch
+Patch38: gcc41-checking-identifier.patch
+Patch39: gcc41-duplicate-eh.patch
+Patch40: gcc41-pr27889.patch
+Patch41: gcc41-rh198849.patch
+Patch42: gcc41-testsuite-scantree.patch
 %define _gnu %{nil}
 %ifarch sparc
 %define gcc_target_platform sparc64-%{_vendor}-%{_target_os}
@@ -454,6 +460,12 @@ which are required to run programs compiled with the GNAT.
 %patch34 -p0 -b .reassoc4~
 %patch35 -p0 -b .reassoc5~
 %patch36 -p0 -b .power6~
+%patch37 -p0 -b .CVE-2006-3619~
+%patch38 -p0 -b .checking-identifier~
+%patch39 -p0 -b .duplicate-eh~
+%patch40 -p0 -b .pr27889~
+%patch41 -p0 -b .rh198849~
+%patch42 -p0 -b .testsuite-scantree~
 
 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
@@ -588,9 +600,12 @@ echo ====================TESTING=========================
 ( ../contrib/test_summary || : ) 2>&1 | sed -n '/^cat.*EOF/,/^EOF/{/^cat.*EOF/d;/^EOF/d;/^LAST_UPDATED:/d;p;}'
 echo ====================TESTING END=====================
 mkdir testlogs-%{_target_platform}-%{version}-%{release}
-for i in `find . -name \*.log | grep testsuite/ | grep -v 'config.log\|acats\|ada'`; do
+for i in `find . -name \*.log | grep -F testsuite/ | grep -v 'config.log\|acats\|ada'`; do
   ln $i testlogs-%{_target_platform}-%{version}-%{release}/ || :
 done
+for i in `find . -name \*.log | grep -F testsuite.ssp/ | grep -v 'config.log\|acats\|ada'`; do
+  ln $i testlogs-%{_target_platform}-%{version}-%{release}/ssp-`basename $i` || :
+done
 tar cf - testlogs-%{_target_platform}-%{version}-%{release} | bzip2 -9c \
   | uuencode testlogs-%{_target_platform}.tar.bz2 || :
 rm -rf testlogs-%{_target_platform}-%{version}-%{release}
@@ -1495,6 +1510,23 @@ fi
 %doc rpm.doc/changelogs/libmudflap/ChangeLog*
 
 %changelog
+* Tue Jul 18 2006 Jakub Jelinek <jakub@redhat.com> 4.1.1-9
+- update from gcc-4_1-branch (-r115330:115565)
+  - PRs c++/28016, c++/28051, c++/28249, c++/28291, c++/28294, c++/28304,
+	c++/28343, c/26993, c/28286, fortran/20844, fortran/20893,
+	fortran/20903, fortran/25097, fortran/27980, fortran/28201,
+	fortran/28353, fortran/28384, libstdc++/27878,
+	tree-optimization/19505, tree-optimization/28162,
+	tree-optimization/28187
+- fix directory traversal issue in fastjar (Richard Guenther, CVE-2006-3619,
+  PR fastjar/28359)
+- fix ICE on complex assignment in nested fn (Richard Henderson,
+  PR middle-end/27889)
+- fix __builtin_constant_p in initializers (Mark Shinwell, #198849)
+- fix tree verification - IDENTIFIER_NODE can be shared (Diego Novillo)
+- fix duplicate_eh_regions
+- handle > 99 tree dumps in the testsuite
+
 * Sat Jul 15 2006 Jakub Jelinek <jakub@redhat.com> 4.1.1-8
 - fix handling of C++ template static data members in anonymous namespace
   (PR c++/28370)

diff --git a/sources b/sources
index e51d7c9..27db42b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-226d8504785cdba0168b11e61c64286a  gcc-4.1.1-20060711.tar.bz2
+6db40175ac03098074d07466152145e4  gcc-4.1.1-20060718.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=178273575814.1.5558222319051645437.rpms-gcc-10ecdf84deee@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