On Thu, Nov 14, 2013 at 09:03:02AM +0100, Dodji Seketeli wrote: > I guess we should CC Jason for this ... > > ccout...@google.com (Cary Coutant) a écrit: > > This patch fixes a few ICEs I encountered when enabling DEBUG_MANGLE. > I've also changed dump_substitution_candidates to output the substitution > index in base 36, to match the actual mangled name. > > OK for trunk? > > -cary > > > 2013-11-13 Cary Coutant <ccout...@google.com> > > gcc/ > * cp/mangle.c (to_base36): New function.
Just a nit, cp/ doesn't belong here and it should go to gcc/cp/ChangeLog. And the last line of ChangeLog has spaces instead of tabs. > (dump_substitution_candidates): Add checks for NULL. > Print substitution index in base 36. Jakub