SPECS (GCC_4_1): gcc.spec - fix detection of overflow from multipl...

pluto pluto at pld-linux.org
Tue May 2 23:04:54 CEST 2006


Author: pluto                        Date: Tue May  2 21:04:54 2006 GMT
Module: SPECS                         Tag: GCC_4_1
---- Log message:
- fix detection of overflow from multiply expressions.

---- Files affected:
SPECS:
   gcc.spec (1.396.2.53 -> 1.396.2.54) 

---- Diffs:

================================================================
Index: SPECS/gcc.spec
diff -u SPECS/gcc.spec:1.396.2.53 SPECS/gcc.spec:1.396.2.54
--- SPECS/gcc.spec:1.396.2.53	Mon May  1 18:12:11 2006
+++ SPECS/gcc.spec	Tue May  2 23:04:49 2006
@@ -36,7 +36,7 @@
 Name:		gcc
 Version:	4.1.1
 %define		_snap	20060501r113407
-Release:	0.%{_snap}.3
+Release:	0.%{_snap}.4
 #Release:	2
 Epoch:		5
 License:	GPL v2+
@@ -64,6 +64,7 @@
 Patch12:	%{name}-pr19606.patch
 Patch13:	%{name}-pr24879.patch
 Patch14:	%{name}-pr26912.patch
+Patch15:	%{name}-pr27364.patch
 
 Patch17:	%{name}-pr19505.patch
 Patch18:	%{name}-pr24419.patch
@@ -779,6 +780,7 @@
 %patch12 -p0
 %patch13 -p0
 %patch14 -p1
+%patch15 -p1
 
 %patch17 -p1
 %patch18 -p1
@@ -1401,6 +1403,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.396.2.54  2006/05/02 21:04:49  pluto
+- fix detection of overflow from multiply expressions.
+
 Revision 1.396.2.53  2006/05/01 16:12:11  pluto
 - one more regression fix.
 
================================================================

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



More information about the pld-cvs-commit mailing list