rpms/gcc/F-12 .cvsignore, 1.346, 1.347 gcc.spec, 1.135, 1.136 sources, 1.355, 1.356 gcc44-pr44492.patch, 1.1, NONE gcc44-pr44610.patch, 1.1, NONE

Jakub Jelinek jakub at fedoraproject.org
Wed Jun 30 06:49:32 UTC 2010


Author: jakub

Update of /cvs/pkgs/rpms/gcc/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv11888

Modified Files:
	.cvsignore gcc.spec sources 
Removed Files:
	gcc44-pr44492.patch gcc44-pr44610.patch 
Log Message:
4.4.4-10


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gcc/F-12/.cvsignore,v
retrieving revision 1.346
retrieving revision 1.347
diff -u -p -r1.346 -r1.347
--- .cvsignore	24 Jun 2010 20:01:09 -0000	1.346
+++ .cvsignore	30 Jun 2010 06:49:31 -0000	1.347
@@ -1,2 +1,2 @@
 fastjar-0.97.tar.gz
-gcc-4.4.4-20100624.tar.bz2
+gcc-4.4.4-20100630.tar.bz2


Index: gcc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gcc/F-12/gcc.spec,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -p -r1.135 -r1.136
--- gcc.spec	24 Jun 2010 20:01:10 -0000	1.135
+++ gcc.spec	30 Jun 2010 06:49:31 -0000	1.136
@@ -1,9 +1,9 @@
-%global DATE 20100624
-%global SVNREV 161335
+%global DATE 20100630
+%global SVNREV 161589
 %global gcc_version 4.4.4
 # 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 9
+%global gcc_release 10
 %global _unpackaged_files_terminate_build 0
 %global multilib_64_archs sparc64 ppc64 s390x x86_64
 %if 0%{?fedora} >= 13 || 0%{?rhel} >= 6
@@ -174,9 +174,7 @@ Patch14: gcc44-pr38757.patch
 Patch15: gcc44-libstdc++-docs.patch
 Patch16: gcc44-ppc64-aixdesc.patch
 Patch17: gcc44-no-add-needed.patch
-Patch18: gcc44-pr44492.patch
-Patch19: gcc44-pr44542.patch
-Patch20: gcc44-pr44610.patch
+Patch18: gcc44-pr44542.patch
 
 Patch1000: fastjar-0.97-segfault.patch
 Patch1001: fastjar-0.97-len1.patch
@@ -515,9 +513,7 @@ GNAT is a GNU Ada 95 front-end to GCC. T
 %if 0%{?fedora} >= 13
 %patch17 -p0 -b .no-add-needed~
 %endif
-%patch18 -p0 -b .pr44492~
-%patch19 -p0 -b .pr44542~
-%patch20 -p0 -b .pr44610~
+%patch18 -p0 -b .pr44542~
 
 # This testcase doesn't compile.
 rm libjava/testsuite/libjava.lang/PR35020*
@@ -1914,7 +1910,6 @@ fi
 %exclude %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/adalib/libgnarl.a
 %endif
 %endif
-%endif
 
 %if 0%{?fedora} >= 14
 %files -n libgnat-static
@@ -1940,6 +1935,7 @@ fi
 %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/adalib/libgnarl.a
 %endif
 %endif
+%endif
 
 %files -n libgomp
 %defattr(-,root,root,-)
@@ -2004,6 +2000,15 @@ fi
 %endif
 
 %changelog
+* Wed Jun 30 2010 Jakub Jelinek <jakub at redhat.com> 4.4.4-10
+- update from gcc-4_4-branch
+  - PRs fortran/43841, fortran/43843, tree-optimization/44683
+  - fix qualified-id as template argument handling (#605761, PR c++/44587)
+- -Wunused-but-set-* static_cast fix (PR c++/44682)
+- VTA backports
+  - PRs debug/44610, debug/44668, debug/44694
+- unswitching fixes (PR middle-end/43866)
+
 * Thu Jun 24 2010 Jakub Jelinek <jakub at redhat.com> 4.4.4-9
 - update from gcc-4_4-branch
   - PRs bootstrap/44426, bootstrap/44544, c++/44627, fortran/44536,


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gcc/F-12/sources,v
retrieving revision 1.355
retrieving revision 1.356
diff -u -p -r1.355 -r1.356
--- sources	24 Jun 2010 20:01:10 -0000	1.355
+++ sources	30 Jun 2010 06:49:32 -0000	1.356
@@ -1,2 +1,2 @@
 2659f09c2e43ef8b7d4406321753f1b2  fastjar-0.97.tar.gz
-32d385c34788faa23d93cd8b55fecd32  gcc-4.4.4-20100624.tar.bz2
+1e5a3dc8063ea17ed92939cd01d244d0  gcc-4.4.4-20100630.tar.bz2


--- gcc44-pr44492.patch DELETED ---


--- gcc44-pr44610.patch DELETED ---



More information about the scm-commits mailing list