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

Benjamin Kosnik bkoz@redhat.com
Thu Dec 4 05:02:00 GMT 2003


>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



More information about the Libstdc++ mailing list