public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/105433] New: FAIL: gcc.target/i386/iamcu/test_3_element_struct_and_unions.c
@ 2022-04-29 17:34 hjl.tools at gmail dot com
  2022-05-02 18:38 ` [Bug testsuite/105433] " cvs-commit at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: hjl.tools at gmail dot com @ 2022-04-29 17:34 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 105433
           Summary: FAIL:
                    gcc.target/i386/iamcu/test_3_element_struct_and_unions
                    .c
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
          Assignee: unassigned at gcc dot gnu.org
          Reporter: hjl.tools at gmail dot com
  Target Milestone: ---
            Target: x86-64

The linker in binutils 2.39 issues:

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

which causes many ABI test failures:

https://gcc.gnu.org/pipermail/gcc-regression/2022-April/076526.html

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug testsuite/105433] FAIL: gcc.target/i386/iamcu/test_3_element_struct_and_unions.c
  2022-04-29 17:34 [Bug testsuite/105433] New: FAIL: gcc.target/i386/iamcu/test_3_element_struct_and_unions.c hjl.tools at gmail dot com
@ 2022-05-02 18:38 ` cvs-commit at gcc dot gnu.org
  2022-05-06 14:41 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2022-05-02 18:38 UTC (permalink / raw)
  To: gcc-bugs

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

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

https://gcc.gnu.org/g:7e1f30d7edd433ca0fc28ae9ac1ce9b522790baf

commit r13-75-g7e1f30d7edd433ca0fc28ae9ac1ce9b522790baf
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/avx512fp16/asm-support.S: Likewise.
            * gcc.target/x86_64/abi/avx512fp16/m256h/asm-support.S: Likewise.
            * gcc.target/x86_64/abi/avx512fp16/m512h/asm-support.S: Likewise.
            * gcc.target/x86_64/abi/ms-sysv/do-test.S: Likewise.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug testsuite/105433] FAIL: gcc.target/i386/iamcu/test_3_element_struct_and_unions.c
  2022-04-29 17:34 [Bug testsuite/105433] New: FAIL: gcc.target/i386/iamcu/test_3_element_struct_and_unions.c hjl.tools at gmail dot com
  2022-05-02 18:38 ` [Bug testsuite/105433] " cvs-commit at gcc dot gnu.org
@ 2022-05-06 14:41 ` cvs-commit at gcc dot gnu.org
  2022-05-06 14:43 ` cvs-commit at gcc dot gnu.org
  2022-05-06 14:44 ` hjl.tools at gmail dot com
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2022-05-06 14:41 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

commit r12-8352-ge38194f5ad3074927aba811f7a71d19ea388e9bb
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/avx512fp16/asm-support.S: Likewise.
            * gcc.target/x86_64/abi/avx512fp16/m256h/asm-support.S: Likewise.
            * gcc.target/x86_64/abi/avx512fp16/m512h/asm-support.S: Likewise.
            * gcc.target/x86_64/abi/ms-sysv/do-test.S: Likewise.

    (cherry picked from commit 7e1f30d7edd433ca0fc28ae9ac1ce9b522790baf)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug testsuite/105433] FAIL: gcc.target/i386/iamcu/test_3_element_struct_and_unions.c
  2022-04-29 17:34 [Bug testsuite/105433] New: FAIL: gcc.target/i386/iamcu/test_3_element_struct_and_unions.c hjl.tools at gmail dot com
  2022-05-02 18:38 ` [Bug testsuite/105433] " cvs-commit at gcc dot gnu.org
  2022-05-06 14:41 ` cvs-commit at gcc dot gnu.org
@ 2022-05-06 14:43 ` cvs-commit at gcc dot gnu.org
  2022-05-06 14:44 ` hjl.tools at gmail dot com
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2022-05-06 14:43 UTC (permalink / raw)
  To: gcc-bugs

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)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug testsuite/105433] FAIL: gcc.target/i386/iamcu/test_3_element_struct_and_unions.c
  2022-04-29 17:34 [Bug testsuite/105433] New: FAIL: gcc.target/i386/iamcu/test_3_element_struct_and_unions.c hjl.tools at gmail dot com
                   ` (2 preceding siblings ...)
  2022-05-06 14:43 ` cvs-commit at gcc dot gnu.org
@ 2022-05-06 14:44 ` hjl.tools at gmail dot com
  3 siblings, 0 replies; 5+ messages in thread
From: hjl.tools at gmail dot com @ 2022-05-06 14:44 UTC (permalink / raw)
  To: gcc-bugs

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

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|UNCONFIRMED                 |RESOLVED
   Target Milestone|---                         |11.4

--- Comment #4 from H.J. Lu <hjl.tools at gmail dot com> ---
Fixed for GCC 13 and GCC 11/12 branches.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-05-06 14:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-29 17:34 [Bug testsuite/105433] New: FAIL: gcc.target/i386/iamcu/test_3_element_struct_and_unions.c hjl.tools at gmail dot com
2022-05-02 18:38 ` [Bug testsuite/105433] " cvs-commit at gcc dot gnu.org
2022-05-06 14:41 ` cvs-commit at gcc dot gnu.org
2022-05-06 14:43 ` cvs-commit at gcc dot gnu.org
2022-05-06 14:44 ` hjl.tools at gmail dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).