rpms/gcc/FC-4 .cvsignore, 1.93, 1.94 gcc4.spec, 1.44, 1.45 sources, 1.95, 1.96 gcc4-fortran-altreturn.patch, 1.1, NONE gcc4-pr21716.patch, 1.1, NONE gcc4-pr21729.patch, 1.1, NONE gcc4-slow-pthread-self.patch, 1.1, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Jun 9 17:09:54 UTC 2005


Author: jakub

Update of /cvs/dist/rpms/gcc/FC-4
In directory cvs.devel.redhat.com:/tmp/cvs-serv27458

Modified Files:
	.cvsignore gcc4.spec sources 
Removed Files:
	gcc4-fortran-altreturn.patch gcc4-pr21716.patch 
	gcc4-pr21729.patch gcc4-slow-pthread-self.patch 
Log Message:
Put 4.0.0-8 on FC-4's HEAD again, as 4.0.0-9 is only in FC5.



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/gcc/FC-4/.cvsignore,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- .cvsignore	25 May 2005 21:47:31 -0000	1.93
+++ .cvsignore	9 Jun 2005 17:09:52 -0000	1.94
@@ -1 +1 @@
-gcc-4.0.0-20050525.tar.bz2
+gcc-4.0.0-20050520.tar.bz2


Index: gcc4.spec
===================================================================
RCS file: /cvs/dist/rpms/gcc/FC-4/gcc4.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- gcc4.spec	26 May 2005 12:53:32 -0000	1.44
+++ gcc4.spec	9 Jun 2005 17:09:52 -0000	1.45
@@ -1,6 +1,6 @@
-%define DATE 20050525
+%define DATE 20050520
 %define gcc_version 4.0.0
-%define gcc_release 9
+%define gcc_release 8
 %define _unpackaged_files_terminate_build 0
 %define multilib_64_archs sparc64 ppc64 s390x x86_64
 %ifarch %{ix86} alpha ia64 x86_64 s390
@@ -88,10 +88,6 @@
 Patch16: gcc4-pr19005-test.patch
 Patch17: gcc4-po-fixes.patch
 Patch18: gcc4-ada-target-bit.patch
-Patch19: gcc4-slow-pthread-self.patch
-Patch20: gcc4-fortran-altreturn.patch
-Patch21: gcc4-pr21716.patch
-Patch22: gcc4-pr21729.patch
 
 %define _gnu %{nil}
 %ifarch sparc
@@ -419,10 +415,6 @@
 %patch16 -p0 -b .pr19005-test~
 %patch17 -p0 -b .po-fixes~
 %patch18 -p0 -b .ada-target-bit~
-%patch19 -p0 -b .slow-pthread-self~
-%patch20 -p0 -b .fortran-altreturn~
-%patch21 -p0 -b .pr21716~
-%patch22 -p0 -b .pr21729~
 
 perl -pi -e 's/4\.0\.0/4.0.0/' gcc/version.c
 perl -pi -e 's/"%{gcc_version}"/"%{gcc_version} \(release\)"/' gcc/version.c
@@ -455,6 +447,7 @@
 fi
 
 CC=gcc
+OPT_FLAGS=`echo $RPM_OPT_FLAGS|sed -e 's/-fno-rtti//g' -e 's/-fno-exceptions//g'`
 OPT_FLAGS=`echo $RPM_OPT_FLAGS|sed -e 's/\(-Wp,\)\?-D_FORTIFY_SOURCE=[12]//g'`
 OPT_FLAGS=`echo $OPT_FLAGS|sed -e 's/-m64//g;s/-m32//g;s/-m31//g'`
 %ifarch sparc sparc64
@@ -1421,23 +1414,6 @@
 %endif
 
 %changelog
-- remove no longer used extra line in %%build (#158863)
-
-* Wed May 25 2005 Jakub Jelinek  <jakub at redhat.com> 4.0.0-9
-- update from CVS
-  - PRs c++/1016, c++/21686, libfortran/18495, libfortran/19014,
-	libfortran/19016, libfortran/19106, libfortran/20074,
-	libfortran/20436, libfortran/21075, libfortran/21108,
-	libfortran/21354, libfortran/21376, libgcj/21637, libgcj/21703,
-	libgcj/21736
-  - fix overflowed constant handling (Zdenek Dvorak, #156844,
-    PRs middle-end/21331, tree-opt/21293)
-- make sure slow_pthread_self is never yes for linux targets
-- fix reg-stack ICE (#158407, PR target/21716)
-- fix ICE on fortran alternate returns (#158434)
-- fix ICE on fortran functions without explicit type with implicit none
-  (#158232, PR fortran/21729)
-
 * Fri May 20 2005 Jakub Jelinek  <jakub at redhat.com> 4.0.0-8
 - update from CVS
   - PRs libfortran/21127, target/19933, target/21315, target/21390,


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/gcc/FC-4/sources,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- sources	25 May 2005 21:47:31 -0000	1.95
+++ sources	9 Jun 2005 17:09:52 -0000	1.96
@@ -1 +1 @@
-7c52caa8f20103c4a854fce69a53fea6  gcc-4.0.0-20050525.tar.bz2
+b0e49727c2f85abe67cbe447c4e131a8  gcc-4.0.0-20050520.tar.bz2


--- gcc4-fortran-altreturn.patch DELETED ---


--- gcc4-pr21716.patch DELETED ---


--- gcc4-pr21729.patch DELETED ---


--- gcc4-slow-pthread-self.patch DELETED ---




More information about the fedora-cvs-commits mailing list