Re: [PATCH] demangler: Handle <=> operator in the demangler [PR94797]

2020-04-27 Thread Jason Merrill via Gcc-patches
On 4/27/20 2:28 PM, Jakub Jelinek wrote: Hi! The demangler didn't handle spaceship operator. Fixed thusly, bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk? OK. 2020-04-27 Jakub Jelinek PR demangler/94797 * cp-demangle.c (cplus_demangle_operators): Add

[PATCH] demangler: Handle <=> operator in the demangler [PR94797]

2020-04-27 Thread Jakub Jelinek via Gcc-patches
Hi! The demangler didn't handle spaceship operator. Fixed thusly, bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk? 2020-04-27 Jakub Jelinek PR demangler/94797 * cp-demangle.c (cplus_demangle_operators): Add ss <=> operator. * testsuite/demangle-exp