SPECS: gcc.spec - PR28230: fixes wrong code generation with -fwrapv

qrczak qrczak at pld-linux.org
Mon Oct 16 17:03:04 CEST 2006


Author: qrczak                       Date: Mon Oct 16 15:03:04 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- PR28230: fixes wrong code generation with -fwrapv

---- Files affected:
SPECS:
   gcc.spec (1.418 -> 1.419) 

---- Diffs:

================================================================
Index: SPECS/gcc.spec
diff -u SPECS/gcc.spec:1.418 SPECS/gcc.spec:1.419
--- SPECS/gcc.spec:1.418	Sat Sep 16 23:07:00 2006
+++ SPECS/gcc.spec	Mon Oct 16 17:02:59 2006
@@ -55,7 +55,7 @@
 Name:		gcc
 Version:	4.2.0
 %define		_snap	20060916r116994
-Release:	0.%{_snap}.2
+Release:	0.%{_snap}.3
 #Release:	2
 Epoch:		5
 License:	GPL v2+
@@ -81,6 +81,7 @@
 Patch12:	%{name}-pr20218.patch
 Patch13:	%{name}-pr24669.patch
 Patch14:	%{name}-force_jar_wrapper.patch
+Patch15:	%{name}-pr28230.patch
 URL:		http://gcc.gnu.org/
 BuildRequires:	autoconf
 %{?with_tests:BuildRequires:	autogen}
@@ -778,6 +779,9 @@
 %patch12 -p1
 %patch13 -p1
 %patch14 -p1
+cd gcc
+%patch15
+cd ..
 
 # because we distribute modified version of gcc...
 sed -i 's:#define VERSUFFIX.*:#define VERSUFFIX " (PLD-Linux)":' gcc/version.c
@@ -1418,6 +1422,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.419  2006/10/16 15:02:59  qrczak
+- PR28230: fixes wrong code generation with -fwrapv
+
 Revision 1.418  2006/09/16 21:07:00  pluto
 - java %files updated.
 
================================================================

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



More information about the pld-cvs-commit mailing list