diff options
Diffstat (limited to 'gcc/cp/pt.c')
-rw-r--r-- | gcc/cp/pt.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/cp/pt.c b/gcc/cp/pt.c index 15b5439..bd30c96 100644 --- a/gcc/cp/pt.c +++ b/gcc/cp/pt.c @@ -20319,8 +20319,6 @@ tsubst_copy_and_build (tree t, case REQUIRES_EXPR: { tree r = tsubst_requires_expr (t, args, tf_none, in_decl); - if (r == error_mark_node && (complain & tf_error)) - tsubst_requires_expr (t, args, complain, in_decl); RETURN (r); } |