This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]