[Bug other/49661] New: et-forest.h uses extern "C"
jsm28 at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Jul 6 15:35:00 GMT 2011
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.
More information about the Gcc-bugs
mailing list