Re: [patch] Fix ICEs when DEBUG_MANGLE is enabled

2013-11-23 Thread Jason Merrill
OK. Jason

Re: [patch] Fix ICEs when DEBUG_MANGLE is enabled

2013-11-19 Thread Cary Coutant
> 2013-11-13 Cary Coutant > > gcc/cp/ > * mangle.c (to_base36): New function. > (dump_substitution_candidates): Add checks for NULL. > Print substitution index in base 36. Ping? -cary

Re: [patch] Fix ICEs when DEBUG_MANGLE is enabled

2013-11-14 Thread Jakub Jelinek
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 substi

Re: [patch] Fix ICEs when DEBUG_MANGLE is enabled

2013-11-14 Thread Dodji Seketeli
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? -

[patch] Fix ICEs when DEBUG_MANGLE is enabled

2013-11-13 Thread Cary Coutant
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 gcc/ * cp/mangle.c (to_base36): New functio