]> git.pld-linux.org Git - packages/gcc4.git/commitdiff
- workaround for ice on ada gnatlib.
authorPaweł Sikora <pluto@pld-linux.org>
Thu, 16 Jun 2005 12:36:48 +0000 (12:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcc4.spec -> 1.319

gcc4.spec

index e11364530d6ca156558af415f73e3810e2b59ebe..beffa2ed56f1b5fdb550f47549a47a0c38137bf4 100644 (file)
--- a/gcc4.spec
+++ b/gcc4.spec
@@ -4,6 +4,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
@@ -55,6 +56,7 @@ Patch11:      %{name}-pr20218.patch
 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}
@@ -718,6 +720,7 @@ Statyczne biblioteki Obiektowego C.
 %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
This page took 0.051507 seconds and 4 git commands to generate.