[Bug target/85378] -fsplit-stack is incompatible with -fcf-protection -mcet

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Apr 12 12:53:00 GMT 2018


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85378

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |jakub at gcc dot gnu.org
         Resolution|---                         |INVALID

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
-fsplit-stack doesn't require gold linker, only if you want to build parts with
-fsplit-stack and other parts without it and rely on the linker to fix it up,
you need gold.  So, emitting an error is just incorrect.


More information about the Gcc-bugs mailing list