]> git.pld-linux.org Git - packages/gcc.git/blame - gcc-ada-fwrapv.patch
- updated to 20050713T2200UTC (doc/tm.texi and s390 fixes).
[packages/gcc.git] / gcc-ada-fwrapv.patch
CommitLineData
edfbecb8
PS
1--- gcc/gcc/ada/misc.c.orig 01 Jun 2005 10:00:47 +0200
2+++ gcc/gcc/ada/misc.c 08 Jun 2005 14:58:25 +0200
3@@ -339,6 +339,8 @@ gnat_init_options (unsigned int argc, co
4 /* Uninitialized really means uninitialized in Ada. */
5 flag_zero_initialized_in_bss = 0;
6
7+ flag_wrapv = 1;
8+
9 return CL_Ada;
10 }
11
This page took 0.047459 seconds and 4 git commands to generate.