This is the mail archive of the gcc-bugs@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]

[Bug other/49661] New: et-forest.h uses extern "C"


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.


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