[Bug testsuite/105433] FAIL: gcc.target/i386/iamcu/test_3_element_struct_and_unions.c

cvs-commit at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri May 6 14:43:31 GMT 2022


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

--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-11 branch has been updated by H.J. Lu <hjl@gcc.gnu.org>:

https://gcc.gnu.org/g:d38212762549d12b9c6428b1ff9fecbc05db2b99

commit r11-9961-gd38212762549d12b9c6428b1ff9fecbc05db2b99
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Fri Apr 29 10:26:24 2022 -0700

    x86: Add missing .note.GNU-stack to assembly source

    Add .note.GNU-stack assembly source to avoid linker warning:

    ld: warning: /tmp/ccPZSZ7Z.o: missing .note.GNU-stack section implies
executable stack
    ld: NOTE: This behaviour is deprecated and will be removed in a future
version of the linker
    FAIL: gcc.target/i386/iamcu/test_3_element_struct_and_unions.c compilation,
 -O0

            PR testsuite/105433
            * gcc.target/i386/iamcu/asm-support.S: Add .note.GNU-stack.
            * gcc.target/x86_64/abi/asm-support.S: Likewise.
            * gcc.target/x86_64/abi/avx/asm-support.S: Likewise.
            * gcc.target/x86_64/abi/avx512f/asm-support.S: Likewise.
            * gcc.target/x86_64/abi/ms-sysv/do-test.S: Likewise.

    (cherry picked from commit 7e1f30d7edd433ca0fc28ae9ac1ce9b522790baf)


More information about the Gcc-bugs mailing list