[Bug debug/83917] [8 Regression] with -mcall-ms2sysv-xlogues, stepping into x86 tail-call restore stub gives bad backtrace
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Jan 19 12:23:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83917
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
So, is this about debug info (which I believe shouldn't be needed), or missing
unwind info?
I presume the mingw unwind info isn't done through .cfi_* directives, so would
need to be written by hand. How hard is that, and is this really a regression,
those snippets didn't exist before?
More information about the Gcc-bugs
mailing list