mirror of git://gcc.gnu.org/git/gcc.git
demangler: don't treat lambda as a substitution candidate
libiberty/ChangeLog: PR demangler/96143 * cp-demangle.c (d_lambda): Don't add substitution candidate. * testsuite/demangle-expected: Update a few existing test cases accordingly, and add a new test case.
This commit is contained in:
parent
004bb936d6
commit
bae45b8be5
|
@ -3776,9 +3776,6 @@ d_lambda (struct d_info *di)
|
||||||
ret->u.s_unary_num.num = num;
|
ret->u.s_unary_num.num = num;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (! d_add_substitution (di, ret))
|
|
||||||
return NULL;
|
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue