Author: pluto Date: Thu Jun 16 12:36:53 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - workaround for ice on ada gnatlib.
---- Files affected: SPECS: gcc.spec (1.318 -> 1.319) ---- Diffs: ================================================================ Index: SPECS/gcc.spec diff -u SPECS/gcc.spec:1.318 SPECS/gcc.spec:1.319 --- SPECS/gcc.spec:1.318 Thu Jun 16 11:22:28 2005 +++ SPECS/gcc.spec Thu Jun 16 14:36:48 2005 @@ -5,6 +5,7 @@ # - http://gcc.gnu.org/PR17640 (empty loop not removed after optimization) # - http://gcc.gnu.org/PR19317 (removing a temporary return value when we cannot) # - http://gcc.gnu.org/PR20128 (ice with mudflap + profile generate) +# - http://gcc.gnu.org/PR22019 (do_structure_copy ice on ada gnatlib) # # Conditional build: %bcond_without ada # build without ADA support @@ -56,6 +57,7 @@ Patch12: %{name}-pr20297.patch Patch14: %{name}-push-pop-visibility.patch Patch15: %{name}-pr21704.patch +Patch16: %{name}-pr22019.patch URL: http://gcc.gnu.org/ BuildRequires: autoconf %{?with_tests:BuildRequires: autogen} @@ -719,6 +721,7 @@ %patch12 -p1 %patch14 -p0 %patch15 -p1 +%patch16 -p1 # because we distribute modified version of gcc... perl -pi -e 's/(version.*)";/$1 (PLD Linux)";/' gcc/version.c @@ -1242,6 +1245,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.319 2005/06/16 12:36:48 pluto +- workaround for ice on ada gnatlib. + Revision 1.318 2005/06/16 09:22:28 pluto - testing new snap, ada fwrapv fix added, nfy. ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/gcc.spec?r1=1.318&r2=1.319&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
