]> git.ipfire.org Git - thirdparty/gcc.git/commit
revert: re PR target/51135 (SIGSEGV during exception cleanup on win32)
authorPaolo Carlini <paolo.carlini@oracle.com>
Mon, 12 Dec 2011 17:34:19 +0000 (17:34 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Mon, 12 Dec 2011 17:34:19 +0000 (17:34 +0000)
commit60f3dad78ddb531ee3d2f6ef522ea8c0763aed47
treea584bd100b0e0b16b30cfe4412bd40c3752cd24e
parent7252b079fc845799699196473b008d856ae630b6
revert: re PR target/51135 (SIGSEGV during exception cleanup on win32)

2011-12-12  Paolo Carlini  <paolo.carlini@oracle.com>

Revert:
2011-12-12  Kai Tietz  <ktietz@redhat.com>

PR libstdc++/51135
* libsupc++/cxxabi.h (__cxa_dtor_type): New type.
(__cxa_throw): Use it for destructor-argument.
* libsupc++/eh_throw.cc (__cxa_throw): Likewise.
* libsupc++/unwind-cxx.h (__cxa_exception): Change type of member
exceptionDestructor to __cxa_dtor_type.
* config/os/mingw32-w64/os_defines.h (_GLIBCXX_USE_THISCALL_ON_DTOR):
Define.
(__cxa_dtor_type): Declare target secific type variant.
* config/os/mingw32/os_defines.h: Likewise.

From-SVN: r182250
libstdc++-v3/ChangeLog
libstdc++-v3/config/os/mingw32-w64/os_defines.h
libstdc++-v3/config/os/mingw32/os_defines.h
libstdc++-v3/libsupc++/cxxabi.h
libstdc++-v3/libsupc++/eh_throw.cc
libstdc++-v3/libsupc++/unwind-cxx.h