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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
gcc can't use --execstack / --noexecstack.  The options passed to as are
decided by the driver, but the driver doesn't compile stuff and doesn't know if
trampolines will be used or not.

Reply via email to