aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/pt.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/pt.c')
-rw-r--r--gcc/cp/pt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/pt.c b/gcc/cp/pt.c
index f414bc3..68cd9a5 100644
--- a/gcc/cp/pt.c
+++ b/gcc/cp/pt.c
@@ -6289,7 +6289,7 @@ tsubst_friend_function (tree decl, tree args)
tree fn = check_classfn (context,
new_friend, NULL_TREE);
- if (fn && fn != error_mark_node)
+ if (fn)
new_friend = fn;
}
}