This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] PR libstdc++/12736 / C++-ABI demangler update.


>2003-12-03  Carlo Wood  <carlo@alinoe.com>
>
>	PR libstdc++/13045
>	* bits/demangle.h
>	namespace __gnu_cxx::demangler
>	(enum substitution_nt): Removed trailing comma.
>	(session<Allocator>::decode_real): Added.
>	(session<Allocator>::decode_literal): Call decode_real for
>	floating literals.
>	(session<Allocator>::decode_type_with_postfix): Put the postfix
>	of the return type of (member) functions after the function
>	instead of after the return type.  Also, put a space after the
>	prefix of qualified function pointers: "int (* const<space>".
>	* src/demangle.cc: include most dependent header file first.
>	* testsuite/demangle/regression/cw-16.cc: Updated one
>	and added three tests.

This is fine, thanks. 

-benjamin


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]