This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: C++ name mangling not tracking extern "C"-ness of function types?
- From: Jakub Jelinek <jakub at redhat dot com>
- To: Stephan Bergmann <sbergman at redhat dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 26 Jun 2014 10:25:48 +0200
- Subject: Re: C++ name mangling not tracking extern "C"-ness of function types?
- Authentication-results: sourceware.org; auth=none
- References: <53ABD7FE dot 60308 at redhat dot com>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Thu, Jun 26, 2014 at 10:21:18AM +0200, Stephan Bergmann wrote:
> Quoting gcc/cp/mangle.c@34394:
See http://gcc.gnu.org/PR2316 ?
Jakub