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

--- Comment #35 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-12 branch has been updated by Xi Ruoyao <xry...@gcc.gnu.org>:

https://gcc.gnu.org/g:5a21f78294624dd7166e1a25a57c805a759dc0d2

commit r12-9701-g5a21f78294624dd7166e1a25a57c805a759dc0d2
Author: Xi Ruoyao <xry...@xry111.site>
Date:   Sat Sep 24 14:45:17 2022 +0800

    aarch64: testsuite: disable PIE for fuse_adrp_add_1.c [PR70150]

    In PIE, symbol "fixed_regs" is addressed via GOT.  It will break the
    scan-assembler pattern and cause test failure with --enable-default-pie.

    gcc/testsuite/ChangeLog:

            PR testsuite/70150
            * gcc.target/aarch64/fuse_adrp_add_1.c (dg-options): Add
            -fno-pie.

    (cherry picked from commit 7e8a3dbbb26f66ce8ea60be48962022b5fb2ef55)

Reply via email to