http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58245
Rose Garcia <rose.garcia-eggl2fk at yopmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rose.garcia-eggl2fk@yopmail | |.com --- Comment #4 from Rose Garcia <rose.garcia-eggl2fk at yopmail dot com> --- the place to get only the GCC patches for musl is https://github.com/GregorR/musl-gcc-patches though. btw, some debugging has shown that stack_protect_prologue() and stack_protect_epilogue() are both called, so it looks as if it's a later pass that decides to eliminate the "dead" code of the epilogue, but not the one of the prologue. any hints where in the code this could happen is appreciated.