Merge branch 'master' of ssh://crater.dragonflybsd.org/repository/git/dragonfly
[dragonfly.git] / gnu / usr.bin / cc34 / cc_prep / patches / genconditions.c.patch
1 $DragonFly: src/gnu/usr.bin/cc34/cc_prep/patches/genconditions.c.patch,v 1.2 2004/12/21 13:10:48 joerg Exp $
2
3 ===================================================================
4 RCS file: /home/joerg/wd/repository/dragonflybsd/src/contrib/gcc-3.4/gcc/genconditions.c,v
5 retrieving revision 1.1
6 diff -u -r1.1 genconditions.c
7 --- genconditions.c     20 Jun 2004 02:14:49 -0000      1.1
8 +++ genconditions.c     20 Dec 2004 20:48:11 -0000
9 @@ -125,11 +125,7 @@
10     array initializers, fall back to assuming that all conditions\n\
11     potentially vary at run time.  It works in 3.0.1 and later; 3.0\n\
12     only when not optimizing.  */\n\
13 -#if (GCC_VERSION >= 3001) || ((GCC_VERSION == 3000) && !__OPTIMIZE__)\n\
14 -# define MAYBE_EVAL(expr) (__builtin_constant_p(expr) ? (int) (expr) : -1)\n\
15 -#else\n\
16 -# define MAYBE_EVAL(expr) -1\n\
17 -#endif\n");
18 +# define MAYBE_EVAL(expr) -1\n");
19  }
20  
21  /* Write out one entry in the conditions table, using the data pointed