https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91543
Jeffrey A. Law <law at redhat dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |law at redhat dot com --- Comment #6 from Jeffrey A. Law <law at redhat dot com> --- For the case where you want some kind of recovery, -fstack-check is a better approach than -fstack-clash-protection as -fstack-check ensures there's always a page available to the segfault handler.