SPECS: gcc.spec - fix ice on valid code (ice not renaming a vop).
pluto
pluto at pld-linux.org
Mon Jul 4 14:05:30 CEST 2005
Author: pluto Date: Mon Jul 4 12:05:30 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fix ice on valid code (ice not renaming a vop).
---- Files affected:
SPECS:
gcc.spec (1.328 -> 1.329)
---- Diffs:
================================================================
Index: SPECS/gcc.spec
diff -u SPECS/gcc.spec:1.328 SPECS/gcc.spec:1.329
--- SPECS/gcc.spec:1.328 Mon Jul 4 09:32:20 2005
+++ SPECS/gcc.spec Mon Jul 4 14:05:24 2005
@@ -2,7 +2,6 @@
#
# TODO:
# - http://gcc.gnu.org/PR11203 (inline-asm)
-# - http://gcc.gnu.org/PR17640 (empty loop not removed after optimization)
# - http://gcc.gnu.org/PR20128 (ice with mudflap + profile generate)
#
# Conditional build:
@@ -63,6 +62,7 @@
Patch15: %{name}-pr22051.patch
Patch16: %{name}-pr22071.patch
Patch17: %{name}-pr17640.patch
+Patch18: %{name}-pr22037.patch
URL: http://gcc.gnu.org/
BuildRequires: autoconf
%{?with_tests:BuildRequires: autogen}
@@ -732,6 +732,7 @@
%patch15 -p1
%patch16 -p1
%patch17 -p1
+%patch18 -p1
# because we distribute modified version of gcc...
perl -pi -e 's/(version.*)";/$1 (PLD Linux)";/' gcc/version.c
@@ -1257,6 +1258,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.329 2005/07/04 12:05:24 pluto
+- fix ice on valid code (ice not renaming a vop).
+
Revision 1.328 2005/07/04 07:32:20 pluto
- more fixes and release 0.1.
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/gcc.spec?r1=1.328&r2=1.329&f=u
More information about the pld-cvs-commit
mailing list