X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=libiberty%2FChangeLog;h=77f7fe34752a7d28ccbfa09cf6d6ce30f778b2eb;hp=7004f861678d48095c65eea3c3448a08638176ab;hb=b3aad9534809e94d9ff505cf78eb3dcb1ad13afa;hpb=c99273add1e333b586ab55efaeba565f1d6e2985 diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 7004f861678..77f7fe34752 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,10 @@ +2010-09-22 Tristan Gingold + + * cplus-dem.c (ada_demangle): Add comments. + Handle stream and controlled type operations. + Decoding of some uppercase letters moved before separators. + * testsuite/demangle-expected: Add tests. + 2010-09-10 James Lyon http://sourceware.org/bugzilla/show_bug.cgi?id=11572 @@ -5,32 +12,6 @@ DEMANGLE_COMPONENT_LAMBDA. * testsuite/demangle-expected: Add regression test. -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: -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::type Psi::Variant::visit((VariantTest::TestVisit::test_method()::{lambda(Psi::None)#1}&&&)...) - 2010-09-08 Tristan Gingold PR 44001