rpms/gcc/F-12 .cvsignore, 1.307, 1.308 gcc.spec, 1.87, 1.88 sources, 1.312, 1.313 gcc44-pr41762.patch, 1.1, NONE

Jakub Jelinek jakub at fedoraproject.org
Mon Nov 2 15:58:48 UTC 2009


Author: jakub

Update of /cvs/pkgs/rpms/gcc/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24475

Modified Files:
	.cvsignore gcc.spec sources 
Removed Files:
	gcc44-pr41762.patch 
Log Message:
4.4.2-8


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gcc/F-12/.cvsignore,v
retrieving revision 1.307
retrieving revision 1.308
diff -u -p -r1.307 -r1.308
--- .cvsignore	27 Oct 2009 18:02:14 -0000	1.307
+++ .cvsignore	2 Nov 2009 15:58:47 -0000	1.308
@@ -1,2 +1,2 @@
 fastjar-0.97.tar.gz
-gcc-4.4.2-20091027.tar.bz2
+gcc-4.4.2-20091102.tar.bz2


Index: gcc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gcc/F-12/gcc.spec,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -p -r1.87 -r1.88
--- gcc.spec	27 Oct 2009 19:41:34 -0000	1.87
+++ gcc.spec	2 Nov 2009 15:58:47 -0000	1.88
@@ -1,9 +1,9 @@
-%global DATE 20091027
-%global SVNREV 153611
+%global DATE 20091102
+%global SVNREV 153815
 %global gcc_version 4.4.2
 # 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 7
+%global gcc_release 8
 %global _unpackaged_files_terminate_build 0
 %global multilib_64_archs sparc64 ppc64 s390x x86_64
 %global include_gappletviewer 1
@@ -161,7 +161,6 @@ Patch16: gcc44-unwind-debug-hook.patch
 Patch17: gcc44-pr38757.patch
 Patch18: gcc44-libstdc++-docs.patch
 Patch19: gcc44-ppc64-aixdesc.patch
-Patch20: gcc44-pr41762.patch
 
 Patch1000: fastjar-0.97-segfault.patch
 
@@ -467,7 +466,6 @@ which are required to compile with the G
 %patch18 -p0 -b .libstdc++-docs~
 %endif
 %patch19 -p0 -b .ppc64-aixdesc~
-%patch20 -p0 -b .pr41762~
 
 # This testcase doesn't compile.
 rm libjava/testsuite/libjava.lang/PR35020*
@@ -1849,6 +1847,14 @@ fi
 %doc rpm.doc/changelogs/libmudflap/ChangeLog*
 
 %changelog
+* Mon Nov  2 2009 Jakub Jelinek <jakub at redhat.com> 4.4.2-8
+- update from gcc-4_4-branch
+  - PRs c++/41754, fortran/41777, fortran/41850, libstdc++/40852
+- fix ICE with unmatched #pragma GCC visibility push/pop (PR c++/41774)
+- fix VTA ICE with -combine (#531385, PR debug/41893)
+- fix RTTI for anon namespace classes
+- fix incorrect uses of __restrict keyword in valarray (PR libstdc++/41763)
+
 * Tue Oct 27 2009 Jakub Jelinek <jakub at redhat.com> 4.4.2-7
 - update from gcc-4_4-branch
   - PRs c++/40808, c/41842, cp-tools/39177


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gcc/F-12/sources,v
retrieving revision 1.312
retrieving revision 1.313
diff -u -p -r1.312 -r1.313
--- sources	27 Oct 2009 19:41:34 -0000	1.312
+++ sources	2 Nov 2009 15:58:47 -0000	1.313
@@ -1,2 +1,2 @@
 2659f09c2e43ef8b7d4406321753f1b2  fastjar-0.97.tar.gz
-d1da0b301783d57866ef992131a307a1  gcc-4.4.2-20091027.tar.bz2
+8f38c8b13882de64cc13ecaeb540c3d6  gcc-4.4.2-20091102.tar.bz2


--- gcc44-pr41762.patch DELETED ---




More information about the scm-commits mailing list