https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97822
--- Comment #33 from Werner Zeh <werner.zeh at coreboot dot org> --- (In reply to Eric Botcazou from comment #31) > > Does this mean that even current master is broken in this regard? > > Could you elaborate? What is broken exactly, apart from the testcase for > this PR? If you want correct SEH, you cannot use stack realignment since > SEH does not support it. I mean that currently one can use gcc (with -mstackrealign) and produce code which does not comply with SEH requirements. And the option -mstackrealign was set per default until patch g:dea7b9a78b11b5ca0c85b971521144ba07a66aca for x86_64 bit builds.
