diff options
author | Tom Tromey <tromey@redhat.com> | 2010-09-10 22:42:05 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2010-09-10 22:42:05 +0000 |
commit | 57cf60a5bb3ca7d6bc14af2db2c9696707e26ccb (patch) | |
tree | 0f0ce009a49351e13288bc730a93ea3c1eacd8a0 /libiberty/testsuite | |
parent | 8e64f2a0d16624f14501c568f4bb2d7d79be9670 (diff) | |
download | gdb-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/testsuite')
-rw-r--r-- | libiberty/testsuite/demangle-expected | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libiberty/testsuite/demangle-expected b/libiberty/testsuite/demangle-expected index 15a0fe7..0085564 100644 --- a/libiberty/testsuite/demangle-expected +++ b/libiberty/testsuite/demangle-expected @@ -4052,3 +4052,8 @@ prot.lock.update --format=gnu-v3 DFA DFA +# +# http://sourceware.org/bugzilla/show_bug.cgi?id=11572 +--format=auto +_ZN3Psi7VariantIIcPKcEE5visitIIRZN11VariantTest9TestVisit11test_methodEvEUlS2_E0_RZNS6_11test_methodEvEUlcE1_RZNS6_11test_methodEvEUlNS_4NoneEE_EEENS_13VariantDetail19SelectVisitorResultIIDpT_EE4typeEDpOSG_ +Psi::VariantDetail::SelectVisitorResult<VariantTest::TestVisit::test_method()::{lambda(char const*)#2}&, VariantTest::TestVisit::test_method()::{lambda(char)#3}&, VariantTest::TestVisit::test_method()::{lambda(Psi::None)#1}&>::type Psi::Variant<char, char const*>::visit<VariantTest::TestVisit::test_method()::{lambda(char const*)#2}&, VariantTest::TestVisit::test_method()::{lambda(char)#3}&, VariantTest::TestVisit::test_method()::{lambda(Psi::None)#1}&>((VariantTest::TestVisit::test_method()::{lambda(Psi::None)#1}&&&)...) |