summaryrefslogtreecommitdiffstats
path: root/gcc/cp/tree.c
diff options
context:
space:
mode:
authorapbianco <apbianco@138bc75d-0d04-0410-961f-82ee72b054a4>2001-08-01 02:28:43 +0000
committerapbianco <apbianco@138bc75d-0d04-0410-961f-82ee72b054a4>2001-08-01 02:28:43 +0000
commit5929001aaf6b871d946cd42f2e78427b3a766325 (patch)
tree6496ff51752066c862a5e55102eb82d5d6a55b19 /gcc/cp/tree.c
parentd9fbafcd90974f9e0170f87dfaab05d4061b5fe5 (diff)
downloadppe42-gcc-5929001aaf6b871d946cd42f2e78427b3a766325.tar.gz
ppe42-gcc-5929001aaf6b871d946cd42f2e78427b3a766325.zip
*** empty log message ***
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44528 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/tree.c')
-rw-r--r--gcc/cp/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/tree.c b/gcc/cp/tree.c
index 59c08bcbf13..348942c29ea 100644
--- a/gcc/cp/tree.c
+++ b/gcc/cp/tree.c
@@ -1958,7 +1958,7 @@ cp_tree_equal (t1, t2)
cmp = cp_tree_equal (TREE_OPERAND (t1, 0), TREE_OPERAND (t2, 0));
if (cmp <= 0)
return cmp;
- return cp_tree_equal (TREE_OPERAND (t1, 2), TREE_OPERAND (t1, 2));
+ return cp_tree_equal (TREE_OPERAND (t1, 1), TREE_OPERAND (t1, 1));
case COMPONENT_REF:
if (TREE_OPERAND (t1, 1) == TREE_OPERAND (t2, 1))
OpenPOWER on IntegriCloud