This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Does gcc 3.2 C++ ABI change apply to C function call?
- From: Eljay Love-Jensen <eljay at adobe dot com>
- To: "Shankar Iyer" <shankar_i1 at rediffmail dot com>, gcc-help at gcc dot gnu dot org
- Date: Wed, 09 Jul 2003 07:18:52 -0500
- Subject: Re: Does gcc 3.2 C++ ABI change apply to C function call?
Hi Shankar,
>Can a gcc 3.2 compiled C++ library call & link with a C function
implemented in a gcc 2.95.2 compiled archive ?
As I understand it: yes. (I haven't tried it myself.)
GCC 3.2 uses the same C ABI as GCC 2.95.2. But they have different C++ ABI's.
--Eljay