Re: fix demangler crash - gdb PR 14065

2012-05-21 Thread Jason Merrill
OK. Jason

fix demangler crash - gdb PR 14065

2012-05-21 Thread Tom Tromey
GDB PR 14065 has an executable which causes gdb to crash. It crashes trying to demangle a certain symbol (see the included test case). The standalone demangler doesn't crash here, but you can still see the failure with valgrind. I'm not sure this is the proper fix, but it seemed correct, and it