https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112997

            Bug ID: 112997
           Summary: _Unwind_Exception conflicts with void*. failed to
                    build with clang
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: unlvsur at live dot com
  Target Milestone: ---

../../../gcc/libstdc++-v3/libsupc++/eh_call.cc:39:1: error: conflicting types
for '__cxa_call_terminate'
   39 | __cxa_call_terminate(void* ue_header_in) throw ()
      | ^
../../../gcc/libstdc++-v3/libsupc++/unwind-cxx.h:170:17: note: previous
declaration is here
  170 | extern "C" void __cxa_call_terminate (_Unwind_Exception*) throw ()

Reply via email to