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

--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Christophe Lyon <cl...@gcc.gnu.org>:

https://gcc.gnu.org/g:74833b3165865a9373506f447720cf20f29c20c8

commit r13-5257-g74833b3165865a9373506f447720cf20f29c20c8
Author: Christophe Lyon <christophe.l...@arm.com>
Date:   Tue Jan 17 13:10:10 2023 +0000

    aarch64: add -fno-stack-protector to some tests [PR108411]

    As discussed in the PR, these recently added tests fail when the
    testsuite is executed with -fstack-protector-strong.  To avoid this,
    this patch adds -fno-stack-protector to dg-options.

            PR target/108411
            gcc/testsuite
            * g++.target/aarch64/bitfield-abi-warning-align16-O2-extra.C: Add
            -fno-stack-protector.
            * g++.target/aarch64/bitfield-abi-warning-align16-O2.C: Likewise.
            * g++.target/aarch64/bitfield-abi-warning-align32-O2-extra.C:
Likewise.
            * g++.target/aarch64/bitfield-abi-warning-align32-O2.C: Likewise.
            * g++.target/aarch64/bitfield-abi-warning-align8-O2.C: Likewise.
            * gcc.target/aarch64/bitfield-abi-warning-align16-O2-extra.c:
Likewise.
            * gcc.target/aarch64/bitfield-abi-warning-align16-O2.c: Likewise.
            * gcc.target/aarch64/bitfield-abi-warning-align32-O2-extra.c:
Likewise.
            * gcc.target/aarch64/bitfield-abi-warning-align32-O2.c: Likewise.
            * gcc.target/aarch64/bitfield-abi-warning-align8-O2.c: Likewise.

Reply via email to