Author: pluto Date: Sun Feb 20 16:08:26 2005 GMT Module: SPECS Tag: GCC_4 ---- Log message: - testing fix for PR19937...
---- Files affected: SPECS: gcc.spec (1.259.2.57 -> 1.259.2.58) ---- Diffs: ================================================================ Index: SPECS/gcc.spec diff -u SPECS/gcc.spec:1.259.2.57 SPECS/gcc.spec:1.259.2.58 --- SPECS/gcc.spec:1.259.2.57 Sun Feb 20 16:44:05 2005 +++ SPECS/gcc.spec Sun Feb 20 17:08:20 2005 @@ -23,7 +23,6 @@ # TODO: # - http://gcc.gnu.org/PR11203 (inline-asm) # - http://gcc.gnu.org/PR18648 (missed tree-optimization) -# - http://gcc.gnu.org/PR19937 (tree-optimization / wrong loop exit (causes binutils to fail)) # - disable internal zlib usage # - translations from gcc.spec:HEAD # @@ -34,7 +33,7 @@ Name: gcc Epoch: 5 Version: 4.0.0 -Release: 0.%{_snap}.3 +Release: 0.%{_snap}.4 License: GPL Group: Development/Languages #Source0: ftp://gcc.gnu.org/pub/gcc/releases/gcc-%{version}/gcc-%{version}.tar.bz2 @@ -49,6 +48,7 @@ Patch4: %{name}-ada-link.patch Patch5: %{name}-pr19942.patch Patch6: %{name}-pr19865.patch +Patch7: %{name}-pr19937.patch URL: http://gcc.gnu.org/ BuildRequires: autoconf BuildRequires: automake @@ -479,6 +479,7 @@ # PRs %patch5 -p1 %patch6 -p1 +%patch7 -p1 # because we distribute modified version of gcc... perl -pi -e 's/(version.*)";/$1 (PLD Linux)";/' gcc/version.c @@ -977,6 +978,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.259.2.58 2005/02/20 16:08:20 pluto +- testing fix for PR19937... + Revision 1.259.2.57 2005/02/20 15:44:05 pluto - TODO += PR tree-optimization/19937. wrong loop exit (causes binutils to fail). ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/gcc.spec?r1=1.259.2.57&r2=1.259.2.58&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
