Re: [cxx-conversion] Change check functions from templates to overloads. (issue6256075)

2012-05-31 Thread Richard Guenther
On Thu, May 31, 2012 at 5:49 AM, Lawrence Crowl wrote: > Change the check functions from templates to overloads. > > Add "set unwindonsignal on" to gdbinit.in to gracefully handle aborts > in functions used from gdb. > > Tested on x86-64. Thanks - that looks much better to me now. Richard. > >

[cxx-conversion] Change check functions from templates to overloads. (issue6256075)

2012-05-30 Thread Lawrence Crowl
Change the check functions from templates to overloads. Add "set unwindonsignal on" to gdbinit.in to gracefully handle aborts in functions used from gdb. Tested on x86-64. Index: gcc/ChangeLog.cxx-conversion 2012-05-30 Lawrence Crowl * tree.h (tree_check): Change from template to