SOURCES: gcc-pr22493.patch - typo.
pluto
pluto at pld-linux.org
Sun Jul 17 22:33:32 CEST 2005
Author: pluto Date: Sun Jul 17 20:33:32 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- typo.
---- Files affected:
SOURCES:
gcc-pr22493.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/gcc-pr22493.patch
diff -u SOURCES/gcc-pr22493.patch:1.1 SOURCES/gcc-pr22493.patch:1.2
--- SOURCES/gcc-pr22493.patch:1.1 Sun Jul 17 20:07:13 2005
+++ SOURCES/gcc-pr22493.patch Sun Jul 17 22:33:27 2005
@@ -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);
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/gcc-pr22493.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list