On Tue, May 15, 2012 at 7:19 PM, Lawrence Crowl <cr...@google.com> wrote: > The gcc source uses several constructs that GDB does not understand. > This patch corrects some of them. It affects only compilers built > with ENABLE_TREE_CHECKING, and hence release compilers are unaffected. > Index: gcc/ChangeLog.cxx-conversion (...) > > 2012-05-15 Lawrence Crowl <cr...@google.com> >
Is this something you could do for the mainline instead? If not, then I hope it will land there some day. I now usually build my debug compilers with checking disabled to work around this issue... Ciao! Steven