aboutsummaryrefslogtreecommitdiff
path: root/libiberty/cp-demangle.c
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2010-09-10 22:42:05 +0000
committerTom Tromey <tromey@redhat.com>2010-09-10 22:42:05 +0000
commit57cf60a5bb3ca7d6bc14af2db2c9696707e26ccb (patch)
tree0f0ce009a49351e13288bc730a93ea3c1eacd8a0 /libiberty/cp-demangle.c
parent8e64f2a0d16624f14501c568f4bb2d7d79be9670 (diff)
downloadgdb-57cf60a5bb3ca7d6bc14af2db2c9696707e26ccb.zip
gdb-57cf60a5bb3ca7d6bc14af2db2c9696707e26ccb.tar.gz
gdb-57cf60a5bb3ca7d6bc14af2db2c9696707e26ccb.tar.bz2
2010-09-10 James Lyon <jameslyon0@googlemail.com>
http://sourceware.org/bugzilla/show_bug.cgi?id=11572 * cp-demangle.c (d_find_pack): Add case for DEMANGLE_COMPONENT_LAMBDA. * testsuite/demangle-expected: Add regression test.
Diffstat (limited to 'libiberty/cp-demangle.c')
-rw-r--r--libiberty/cp-demangle.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libiberty/cp-demangle.c b/libiberty/cp-demangle.c
index d2d15e9..39c8cc0 100644
--- a/libiberty/cp-demangle.c
+++ b/libiberty/cp-demangle.c
@@ -3480,6 +3480,7 @@ d_find_pack (struct d_print_info *dpi,
case DEMANGLE_COMPONENT_PACK_EXPANSION:
return NULL;
+ case DEMANGLE_COMPONENT_LAMBDA:
case DEMANGLE_COMPONENT_NAME:
case DEMANGLE_COMPONENT_OPERATOR:
case DEMANGLE_COMPONENT_BUILTIN_TYPE: