SPECS: gcc.spec - fix ICE with zero sized structs.
pluto
pluto at pld-linux.org
Tue Aug 16 21:33:52 CEST 2005
Author: pluto Date: Tue Aug 16 19:33:52 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fix ICE with zero sized structs.
---- Files affected:
SPECS:
gcc.spec (1.355 -> 1.356)
---- Diffs:
================================================================
Index: SPECS/gcc.spec
diff -u SPECS/gcc.spec:1.355 SPECS/gcc.spec:1.356
--- SPECS/gcc.spec:1.355 Mon Aug 15 09:59:50 2005
+++ SPECS/gcc.spec Tue Aug 16 21:33:47 2005
@@ -41,7 +41,7 @@
Name: gcc
Version: 4.1.0
%define _snap 20050815T0803UTC
-Release: 0.%{_snap}.2
+Release: 0.%{_snap}.3
Epoch: 5
License: GPL v2+
Group: Development/Languages
@@ -63,6 +63,7 @@
Patch12: %{name}-pr23128.patch
Patch13: %{name}-pr22533.patch
Patch14: %{name}-pr23386.patch
+Patch15: %{name}-pr23402.patch
URL: http://gcc.gnu.org/
BuildRequires: autoconf
%{?with_tests:BuildRequires: autogen}
@@ -729,6 +730,7 @@
%patch12 -p1
%patch13 -p1
%patch14 -p1
+%patch15 -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.356 2005/08/16 19:33:47 pluto
+- fix ICE with zero sized structs.
+
Revision 1.355 2005/08/15 07:59:50 pluto
- critical bugfix (PR23386).
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/gcc.spec?r1=1.355&r2=1.356&f=u
More information about the pld-cvs-commit
mailing list