This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug plugins/54069] linkage type of plugin API wrong
- From: "redi at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 23 Jul 2012 08:49:16 +0000
- Subject: [Bug plugins/54069] linkage type of plugin API wrong
- Auto-submitted: auto-generated
- References: <bug-54069-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54069
--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-07-23 08:49:16 UTC ---
(In reply to comment #0)
> Looking at the generated compiler (libgcc, gcc-executable, etc.) it seems that
> presumably all functions from tree.h, input.h, and many others seem to have
> C++-linkage though they are part of a C-API.
They're not part of a C API, they're part of a C++ API.