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 libstdc++/49818] New: libsupc++ does not export __cxa_get_globals or related functions


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49818

           Summary: libsupc++ does not export __cxa_get_globals or related
                    functions
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: coppro@users.sf.net


Some functions, including __cxa_get_globals, are not exported properly by
libsupc++. This is contrary to the ABI, which requires these to be in cxxabi.h,
and makes it impossible to implement std::uncaught_exception() properly in a
different standard library on top of libsupc++. These functions are in
unwind-cxx.h, which are not in the public interface of the library.


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