]> git.pld-linux.org Git - packages/gcc.git/commitdiff
- workaround for untrivial ada bug.
authorPaweł Sikora <pluto@pld-linux.org>
Sat, 11 Jun 2005 06:42:25 +0000 (06:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  see discussion at http://gcc.gnu.org/ml/gcc/2005-06/msg00059.html

Changed files:
    gcc-ada-fwrapv.patch -> 1.1

gcc-ada-fwrapv.patch [new file with mode: 0644]

diff --git a/gcc-ada-fwrapv.patch b/gcc-ada-fwrapv.patch
new file mode 100644 (file)
index 0000000..85de2ea
--- /dev/null
@@ -0,0 +1,11 @@
+--- gcc/gcc/ada/misc.c.orig    01 Jun 2005 10:00:47 +0200
++++ gcc/gcc/ada/misc.c 08 Jun 2005 14:58:25 +0200      
+@@ -339,6 +339,8 @@ gnat_init_options (unsigned int argc, co
+   /* Uninitialized really means uninitialized in Ada.  */
+   flag_zero_initialized_in_bss = 0;
++  flag_wrapv = 1;
++
+   return CL_Ada;
+ }
This page took 0.04208 seconds and 4 git commands to generate.