From 7ec9d07d968f20c233ee30bda9be570b93dffd55 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Fri, 25 Aug 2006 14:29:29 +0000 Subject: [PATCH] 4.1.1-19 --- .cvsignore | 2 +- gcc41.spec | 18 ++++++++++++++---- sources | 2 +- 3 files changed, 16 insertions(+), 6 deletions(-) diff --git a/.cvsignore b/.cvsignore index 86100af..6f05197 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gcc-4.1.1-20060818.tar.bz2 +gcc-4.1.1-20060825.tar.bz2 diff --git a/gcc41.spec b/gcc41.spec index 98104f6..a3158fa 100644 --- a/gcc41.spec +++ b/gcc41.spec @@ -1,6 +1,6 @@ -%define DATE 20060818 +%define DATE 20060825 %define gcc_version 4.1.1 -%define gcc_release 18 +%define gcc_release 19 %define _unpackaged_files_terminate_build 0 %define multilib_64_archs sparc64 ppc64 s390x x86_64 %ifarch %{ix86} x86_64 ia64 @@ -121,7 +121,7 @@ Patch13: gcc41-rh184446.patch Patch14: gcc41-pr21764.patch Patch15: gcc41-pr21581.patch Patch16: gcc41-pr20297-test.patch -Patch17: gcc41-java-pr13212.patch +Patch17: gcc41-pr28683.patch Patch18: gcc41-objc-rh185398.patch Patch19: gcc41-tests.patch Patch20: gcc41-ppc64-ldouble-stdarg.patch @@ -443,7 +443,7 @@ which are required to run programs compiled with the GNAT. %patch14 -p0 -b .pr21764~ #%patch15 -p0 -b .pr21581~ %patch16 -p0 -E -b .pr20297-test~ -%patch17 -p0 -b .java-pr13212~ +%patch17 -p0 -b .pr28683~ %patch18 -p0 -b .objc-rh185398~ %patch19 -p0 -b .tests~ %patch20 -p0 -b .ppc64-ldouble-stdarg~ @@ -1528,6 +1528,16 @@ fi %doc rpm.doc/changelogs/libmudflap/ChangeLog* %changelog +* Fri Aug 25 2006 Jakub Jelinek 4.1.1-19 +- update from gcc-4_1-branch (-r116223:116389) + - PRs c++/23372, c++/27714, c++/28346, c++/28385, fortran/18111, + fortran/20886, fortran/25217, fortran/25828, fortran/28425, + fortran/28496, fortran/28601, fortran/28630, fortran/28660, + fortran/28735, fortran/28762, fortran/28771, fortran/28788, + libstdc++/28765, target/27565 +- another big Java merge from the trunk (Tom Fitzsimmons) +- fix ICE in add_reg_br_prob_note (PR middle-end/28683) + * Fri Aug 18 2006 Jakub Jelinek 4.1.1-18 - update from gcc-4_1-branch (-r116176:116223) - PRs c++/28593, c++/28606, c++/28710, c/27697, middle-end/20256, diff --git a/sources b/sources index afcea7e..b37e6f5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6c13068f0da00ac2e7fcef129cc6e555 gcc-4.1.1-20060818.tar.bz2 +f269c8fb24478179193fe3421da65c62 gcc-4.1.1-20060825.tar.bz2