Re: [PATCH] libiberty: support digits in cpp mangled clone names

2021-12-30 Thread Jeff Law via Gcc-patches
On 12/16/2021 3:40 AM, lsix--- via Gcc-patches wrote: From: Lancelot SIX Currently libiberty fails to demangle the name of cloned functions if the clone-type-identifier contains numbers. This can be observed with the following example: $ cat > ex.cc

[PATCH] libiberty: support digits in cpp mangled clone names

2021-12-16 Thread lsix--- via Gcc-patches
From: Lancelot SIX Currently libiberty fails to demangle the name of cloned functions if the clone-type-identifier contains numbers. This can be observed with the following example: $ cat > ex.cc