]> git.pld-linux.org Git - packages/gcc.git/commitdiff
- typo. auto/th/gcc-4_1_0-0_20050717T1716UTC_1
authorPaweł Sikora <pluto@pld-linux.org>
Sun, 17 Jul 2005 20:33:27 +0000 (20:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcc-pr22493.patch -> 1.2

gcc-pr22493.patch

index 29a1a251c1f64b5af1373ba4643f67294fdd9b6a..ab2a546e65e83e0796d310fc9147a1cd533122cf 100644 (file)
@@ -53,7 +53,7 @@
 -      max = (vr0.min == TYPE_MIN_VALUE (TREE_TYPE (expr)))
 -          ? TYPE_MAX_VALUE (TREE_TYPE (expr))
 -          : fold_unary_to_constant (code, TREE_TYPE (expr), vr0.min);
-+        type = VR_ANTI_RANGE;
++        vr_type = VR_ANTI_RANGE;
 +        max = fold_unary_to_constant (code, TREE_TYPE (expr), vr0.max);
 +        max = int_const_binop (MINUS_EXPR, max, one, 0);
 +        min = int_const_binop (PLUS_EXPR, min, one, 0);
This page took 0.181278 seconds and 4 git commands to generate.