https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94797
--- Comment #1 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>: https://gcc.gnu.org/g:76458c912b0cdda59e094fa64b98aea9ffee214a commit r10-7993-g76458c912b0cdda59e094fa64b98aea9ffee214a Author: Jakub Jelinek <ja...@redhat.com> Date: Mon Apr 27 20:59:25 2020 +0200 demangler: Handle <=> operator in the demangler [PR94797] The demangler didn't handle spaceship operator. 2020-04-27 Jakub Jelinek <ja...@redhat.com> PR demangler/94797 * cp-demangle.c (cplus_demangle_operators): Add ss <=> operator. * testsuite/demangle-expected: Add operator<=> test.