Author: qrczak                       Date: Thu Sep  1 13:54:09 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- PR23509 patch: fixes wrong code generated and internal compiler errors.

---- Files affected:
SPECS:
   gcc.spec (1.359 -> 1.360) 

---- Diffs:

================================================================
Index: SPECS/gcc.spec
diff -u SPECS/gcc.spec:1.359 SPECS/gcc.spec:1.360
--- SPECS/gcc.spec:1.359        Tue Aug 23 21:59:29 2005
+++ SPECS/gcc.spec      Thu Sep  1 15:54:04 2005
@@ -41,7 +41,7 @@
 Name:          gcc
 Version:       4.1.0
 %define                _snap   20050823T1409UTC
-Release:       0.%{_snap}.2
+Release:       0.%{_snap}.3
 Epoch:         5
 License:       GPL v2+
 Group:         Development/Languages
@@ -64,6 +64,7 @@
 Patch13:       %{name}-pr22533.patch
 Patch14:       %{name}-x87-mmx-switch.patch
 Patch15:       %{name}-x87-mmx-eh.patch
+Patch16:       %{name}-pr23509.patch
 URL:           http://gcc.gnu.org/
 BuildRequires: autoconf
 %{?with_tests:BuildRequires:   autogen}
@@ -731,6 +732,7 @@
 %patch13 -p1
 %patch14 -p1
 %patch15 -p1
+%patch16 -p1
 
 # because we distribute modified version of gcc...
 perl -pi -e 's/(version.*)";/$1 (PLD Linux)";/' gcc/version.c
@@ -1278,6 +1280,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.360  2005/09/01 13:54:04  qrczak
+- PR23509 patch: fixes wrong code generated and internal compiler errors.
+
 Revision 1.359  2005/08/23 19:59:29  pluto
 - %files updated, rebuild.
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/gcc.spec?r1=1.359&r2=1.360&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to