http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52723
Bug #: 52723 Summary: No declaration of __cxa_eh_globals Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassig...@gcc.gnu.org ReportedBy: joerg.rich...@pdv-fs.de include/c++/4.7.0/cxxabi.h has the functions __cxa_get_globals() and __cxa_get_globals_fast() returning a pointer to __cxa_eh_globals struct. But __cxa_eh_globals isn't declared in any installed header file. libstdc++-v3/libsupc++/unwind-cxx.h has the declaration in the source. unwind-cxx.h should be installed, shouldn't it?