https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96143
--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Ian Lance Taylor <i...@gcc.gnu.org>: https://gcc.gnu.org/g:bae45b8be57b2a2c22bf45f3eeb1118c328ad028 commit r11-2093-gbae45b8be57b2a2c22bf45f3eeb1118c328ad028 Author: Ian Lance Taylor <i...@golang.org> Date: Fri Jul 10 09:34:28 2020 -0700 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.