SPECS (GCC_4_1): gcc.spec - pr24897: fix SSE3 intrinsic bug. - pr1...

pluto pluto at pld-linux.org
Sat Jan 28 16:37:43 CET 2006


Author: pluto                        Date: Sat Jan 28 15:37:43 2006 GMT
Module: SPECS                         Tag: GCC_4_1
---- Log message:
- pr24897: fix SSE3 intrinsic bug.
- pr19606: fix wrong code for arith expr.

---- Files affected:
SPECS:
   gcc.spec (1.396.2.19 -> 1.396.2.20) 

---- Diffs:

================================================================
Index: SPECS/gcc.spec
diff -u SPECS/gcc.spec:1.396.2.19 SPECS/gcc.spec:1.396.2.20
--- SPECS/gcc.spec:1.396.2.19	Mon Jan 23 12:51:31 2006
+++ SPECS/gcc.spec	Sat Jan 28 16:37:37 2006
@@ -41,7 +41,7 @@
 Name:		gcc
 Version:	4.1.0
 %define		_snap	20060122r110083
-Release:	0.%{_snap}.2
+Release:	0.%{_snap}.3
 Epoch:		5
 License:	GPL v2+
 Group:		Development/Languages
@@ -64,7 +64,8 @@
 # PRs
 Patch10:	%{name}-pr7776.patch
 Patch11:	%{name}-pr20297.patch
-
+Patch12:	%{name}-pr19606.patch
+Patch13:	%{name}-pr24879.patch
 #Patch14:	%{name}-x87-mmx-switch.patch	NEEDS UPDATE
 #Patch15:	%{name}-x87-mmx-eh.patch	NEEDS UPDATE
 
@@ -766,6 +767,8 @@
 # PRs
 %patch10 -p1
 %patch11 -p1
+%patch12 -p0
+%patch13 -p0
 
 %ifarch %{ix86} %{x8664}
 #patch14 -p1
@@ -1363,6 +1366,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.396.2.20  2006/01/28 15:37:37  pluto
+- pr24897: fix SSE3 intrinsic bug.
+- pr19606: fix wrong code for arith expr.
+
 Revision 1.396.2.19  2006/01/23 11:51:31  pluto
 - fix cricital PR rtl-optimization/25654.
 
================================================================

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



More information about the pld-cvs-commit mailing list