mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-22 03:46:53 -05:00
* tree-vrp.c (compare_names): Initialize sop.
From-SVN: r125204
This commit is contained in:
committed by
Ian Lance Taylor
parent
506966b0ca
commit
01e2bca8f5
@@ -1,3 +1,7 @@
|
||||
2007-05-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* tree-vrp.c (compare_names): Initialize sop.
|
||||
|
||||
2007-05-30 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR tree-optimization/31769
|
||||
|
||||
@@ -4169,7 +4169,7 @@ compare_names (enum tree_code comp, tree n1, tree n2,
|
||||
t = retval = NULL_TREE;
|
||||
EXECUTE_IF_SET_IN_BITMAP (e2, 0, i2, bi2)
|
||||
{
|
||||
bool sop;
|
||||
bool sop = false;
|
||||
|
||||
value_range_t vr2 = *(vr_value[i2]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user