[Bug libgcc/96948] _Unwind_GetIP() and _Unwind_GetIPInfo() empty in _Unwind_Backtrace() with SEH on mingw64

2020-11-06 Thread law at redhat dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96948 Jeffrey A. Law changed: What|Removed |Added CC||law at redhat dot com

[Bug libgcc/96948] _Unwind_GetIP() and _Unwind_GetIPInfo() empty in _Unwind_Backtrace() with SEH on mingw64

2020-09-08 Thread krlmlr+gcc at mailbox dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96948 --- Comment #5 from Kirill Müller --- Solved by https://gcc.gnu.org/pipermail/gcc-patches/2020-September/553418.html.

[Bug libgcc/96948] _Unwind_GetIP() and _Unwind_GetIPInfo() empty in _Unwind_Backtrace() with SEH on mingw64

2020-09-07 Thread krlmlr+gcc at mailbox dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96948 --- Comment #4 from Kirill Müller --- Done.

[Bug libgcc/96948] _Unwind_GetIP() and _Unwind_GetIPInfo() empty in _Unwind_Backtrace() with SEH on mingw64

2020-09-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96948 --- Comment #3 from Richard Biener --- Patches should be sent to gcc-patc...@gcc.gnu.org

[Bug libgcc/96948] _Unwind_GetIP() and _Unwind_GetIPInfo() empty in _Unwind_Backtrace() with SEH on mingw64

2020-09-06 Thread krlmlr+gcc at mailbox dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96948 --- Comment #2 from Kirill Müller --- $ gcc -v Using built-in specs. COLLECT_GCC=C:\rtools40_\mingw64\bin\gcc.exe COLLECT_LTO_WRAPPER=C:/rtools40_/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/lto-wrapper.exe Target: x86_64-w64-mingw32

[Bug libgcc/96948] _Unwind_GetIP() and _Unwind_GetIPInfo() empty in _Unwind_Backtrace() with SEH on mingw64

2020-09-06 Thread krlmlr+gcc at mailbox dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96948 --- Comment #1 from Kirill Müller --- Created attachment 49188 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49188=edit Proposed patch