This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: C++ and Ada.
- From: "Luke A. Guest" <laguest at abyss2 dot demon dot co dot uk>
- To: Robert Dewar <dewar at gnat dot com>
- Cc: Daniel Lundqvist <daniel at malarhojden dot nu>, GCC ML <gcc at gcc dot gnu dot org>
- Date: Fri, 26 Nov 2004 17:08:03 +0000
- Subject: Re: C++ and Ada.
- References: <415E9A68.5050009@malarhojden.nu> <415E9F37.8000504@gnat.com> <415EB864.2090307@malarhojden.nu> <415EBB91.3030503@gnat.com>
On Sat, 2004-10-02 at 15:30, Robert Dewar wrote:
> > With this new pragma support will there be any work to eliminate the
> > need for manually specifying C++ mangled symbol names? If that is possible.
>
> We don't have any plans, these pragmas are intended to be used with
> a binding generator, no free software binding generator is available
> yet.
It would be better if we could specify the compiler (and version) within
the pragma. This way we could specify what the member function name is
and have the Ada compiler generate the correctly mangled names for that
particular C++ compiler.
Sometimes, you have to generate bindings by hand :-(
Luke.