Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* FYI, Pushed 5 demangler patches to 7.10 branch
@ 2015-11-28 17:34 Pedro Alves
  2015-11-30 12:22 ` Pedro Alves
  0 siblings, 1 reply; 3+ messages in thread
From: Pedro Alves @ 2015-11-28 17:34 UTC (permalink / raw)
  To: GDB Patches; +Cc: Joel Brobecker

Hi all,

FYI, I've merged the below demangler changes/fixes to the 7.10 branch.

I've mainly wanted the "PR other/61321" fix below, which is really
GDB PR 16957 and probably others.  But, I thought it better to
just merge all demangler fixes we have in master -- it was both
easier, and I think safer this way, and of course fewer crashes/bugs
should be nicer for users.  :-)

I'll update the release wiki page as soon as I have a chance.

Ian Lance Taylor (1):
  Demangler: Fix constructor names with ABI tags

Jason Merrill (1):
  Implement N4514, C++ Extensions for Transactional Memory.

Mikhail Maltsev (1):
  Fix several crashes of C++ demangler on fuzzed input.

Pedro Alves (2):
  PR other/61321 - demangler crash on casts in template parameters
  Adjust GDB to demangler API change

 gdb/ChangeLog                         |   5 ++
 libiberty/ChangeLog                   |  51 ++++++++++++++++
 gdb/cp-name-parser.y                  |   2 +-
 include/demangle.h                    |   6 ++
 libiberty/cp-demangle.c               | 111 ++++++++++++++++++++++++++++------
 libiberty/cp-demangle.h               |  29 ++++++++-
 libiberty/cp-demint.c                 |   1 +
 libiberty/testsuite/demangle-expected |  62 +++++++++++++++++++
 8 files changed, 245 insertions(+), 22 deletions(-)

-- 
1.9.3


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-12-04 10:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-28 17:34 FYI, Pushed 5 demangler patches to 7.10 branch Pedro Alves
2015-11-30 12:22 ` Pedro Alves
2015-12-04 10:36   ` Joel Brobecker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox