This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/49661] New: et-forest.h uses extern "C"
- From: "jsm28 at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 6 Jul 2011 15:35:24 +0000
- Subject: [Bug other/49661] New: et-forest.h uses extern "C"
- Auto-submitted: auto-generated
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49661
Summary: et-forest.h uses extern "C"
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: other
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: jsm28@gcc.gnu.org
et-forest.h uses
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
contrary to the normal principle in GCC that when building as C++ the internal
interfaces are C++ ones. A fix would be almost obvious, but would need testing
with a --enable-build-with-cxx build.