aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/class.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/class.c')
-rw-r--r--gcc/cp/class.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/class.c b/gcc/cp/class.c
index d86ff64..12192e6 100644
--- a/gcc/cp/class.c
+++ b/gcc/cp/class.c
@@ -6185,7 +6185,7 @@ resolve_address_of_overloaded_function (tree target_type,
fn = TREE_PURPOSE (matches);
for (match = TREE_CHAIN (matches); match; match = TREE_CHAIN (match))
- if (!decls_match (fn, TREE_PURPOSE (matches)))
+ if (!decls_match (fn, TREE_PURPOSE (match)))
break;
if (match)