This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH] PR libstdc++/12736 / C++-ABI demangler update.
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Carlo Wood <carlo at alinoe dot com>
- Cc: gcc-patches at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org
- Date: Wed, 3 Dec 2003 23:00:20 -0600
- Subject: Re: [PATCH] PR libstdc++/12736 / C++-ABI demangler update.
- Organization: Red Hat / Chicago
- References: <20031203183915.GA30214@alinoe.com>
>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