demangle.h (qualifier_list<Allocator>::decode_qualifiers(string_type&, string_type...
authorCarlo Wood <carlo@alinoe.com>
Fri, 7 Nov 2003 03:53:44 +0000 (03:53 +0000)
committerCarlo Wood <carlo@gcc.gnu.org>
Fri, 7 Nov 2003 03:53:44 +0000 (03:53 +0000)
commiteb622d37cfc1e4d1760aa1eba3e1ea3149f80469
treed4d01d9a0e1c026e10245484a21100cb87167881
parent2215f7320e000a724667658ca60492a05629db86
demangle.h (qualifier_list<Allocator>::decode_qualifiers(string_type&, string_type&, bool member_function_pointer_qualifiers): Always seperate the '[' of an array type with a space from what is left of it...

* include/bits/demangle.h
(qualifier_list<Allocator>::decode_qualifiers(string_type&,
string_type&, bool member_function_pointer_qualifiers):
Always seperate the '[' of an array type with a space from
what is left of it, except when that is the closing bracket
of another array dimension.

From-SVN: r73328
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/demangle.h
libstdc++-v3/testsuite/demangle/abi_examples/10.cc
libstdc++-v3/testsuite/demangle/regression/3111-2.cc
libstdc++-v3/testsuite/demangle/regression/7986-01.cc
libstdc++-v3/testsuite/demangle/regression/7986-07.cc