rpms/gcc/devel .cvsignore, 1.282, 1.283 gcc.spec, 1.60, 1.61 sources, 1.286, 1.287 gcc44-builtin-unreachable.patch, 1.1, NONE

Jakub Jelinek jakub at fedoraproject.org
Fri Aug 7 08:40:29 UTC 2009


Author: jakub

Update of /cvs/pkgs/rpms/gcc/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16970

Modified Files:
	.cvsignore gcc.spec sources 
Removed Files:
	gcc44-builtin-unreachable.patch 
Log Message:
4.4.1-5


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gcc/devel/.cvsignore,v
retrieving revision 1.282
retrieving revision 1.283
diff -u -p -r1.282 -r1.283
--- .cvsignore	5 Aug 2009 15:56:25 -0000	1.282
+++ .cvsignore	7 Aug 2009 08:40:28 -0000	1.283
@@ -1,2 +1,2 @@
 fastjar-0.97.tar.gz
-gcc-4.4.1-20090805.tar.bz2
+gcc-4.4.1-20090807.tar.bz2


Index: gcc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gcc/devel/gcc.spec,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -p -r1.60 -r1.61
--- gcc.spec	5 Aug 2009 15:56:25 -0000	1.60
+++ gcc.spec	7 Aug 2009 08:40:28 -0000	1.61
@@ -1,9 +1,9 @@
-%global DATE 20090805
-%global SVNREV 150492
+%global DATE 20090807
+%global SVNREV 150557
 %global gcc_version 4.4.1
 # Note, gcc_release must be integer, if you want to add suffixes to
 # %{release}, append them after %{gcc_release} on Release: line.
-%global gcc_release 4
+%global gcc_release 5
 %global _unpackaged_files_terminate_build 0
 %global multilib_64_archs sparc64 ppc64 s390x x86_64
 %global include_gappletviewer 1
@@ -163,8 +163,7 @@ Patch29: gcc44-libstdc++-docs.patch
 Patch30: gcc44-rh503816-1.patch
 Patch31: gcc44-rh503816-2.patch
 Patch32: gcc44-unique-object.patch
-Patch33: gcc44-builtin-unreachable.patch
-Patch34: gcc44-pr40971.patch
+Patch33: gcc44-pr40971.patch
 
 Patch1000: fastjar-0.97-segfault.patch
 
@@ -476,8 +475,7 @@ which are required to compile with the G
 %patch30 -p0 -b .rh503816-1~
 %patch31 -p0 -b .rh503816-2~
 %patch32 -p0 -b .unique-object~
-%patch33 -p0 -b .builtin-unreachable~
-%patch34 -p0 -b .pr40971~
+%patch33 -p0 -b .pr40971~
 
 # This testcase doesn't compile.
 rm libjava/testsuite/libjava.lang/PR35020*
@@ -1816,6 +1814,11 @@ fi
 %doc rpm.doc/changelogs/libmudflap/ChangeLog*
 
 %changelog
+* Fri Aug  7 2009 Jakub Jelinek <jakub at redhat.com> 4.4.1-5
+- update from gcc-4_4-branch
+  - PRs c++/40948, target/40906
+- -fexceptions support for -freorder-blocks-and-partition
+
 * Wed Aug  5 2009 Jakub Jelinek <jakub at redhat.com> 4.4.1-4
 - update from gcc-4_4-branch
   - PRs build/40010, c++/39987, c++/40749, c++/40834, c++/40948, debug/39706,


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gcc/devel/sources,v
retrieving revision 1.286
retrieving revision 1.287
diff -u -p -r1.286 -r1.287
--- sources	5 Aug 2009 15:56:25 -0000	1.286
+++ sources	7 Aug 2009 08:40:28 -0000	1.287
@@ -1,2 +1,2 @@
 2659f09c2e43ef8b7d4406321753f1b2  fastjar-0.97.tar.gz
-ab532d487e6e0e1a1a3dd2f202a121b3  gcc-4.4.1-20090805.tar.bz2
+4ca33c6e0f65f7a29a2f8117d025006d  gcc-4.4.1-20090807.tar.bz2


--- gcc44-builtin-unreachable.patch DELETED ---




More information about the scm-commits mailing list