Re: [PATCH 3/3] mangler/demangler dogfooding
On May 27, 2014, at 4:57 AM, Pedro Alves wrote: > This patch teaches g++ to try to demangle any symbol it > generates/mangles, when checking is enabled in the build I like this strategy. :-)
[PATCH 3/3] mangler/demangler dogfooding
This patch teaches g++ to try to demangle any symbol it generates/mangles, when checking is enabled in the build, as soon as the symbol is mangled. The idea here is validate the demangling as close as possible to the generator as possible. This allows catching demangler bugs/crashes much earlier