[Bug target/101723] arm: incorrect order of .fpu and .arch_extension directives leads to unsupported instructions

cvs-commit at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Aug 18 15:23:30 GMT 2021


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

--- Comment #7 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-11 branch has been updated by Richard Earnshaw
<rearnsha@gcc.gnu.org>:

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

commit r11-8883-gb8a001599d21eaa77737df7efc6bc206e6964cdf
Author: Christophe Lyon <christophe.lyon@foss.st.com>
Date:   Fri Aug 6 14:25:47 2021 +0000

    arm: Fix pr69245.c testcase for reorder assembler architecture directives
[PR101723]

    In gcc.target/arm/pr69245.c, to have a .fpu neon-vfpv4 directive, make
    sure code for fn1() is emitted, by removing the static keyword.

    Fix a typo in gcc.target/arm/pr69245.c, where \s should be \\s.

    2021-08-06  Christophe Lyon  <christophe.lyon@foss.st.com>

            gcc/testsuite/

            PR target/101723
            * gcc.target/arm/pr69245.c: Make sure to emit code for fn1, fix
            typo.

    (cherry picked from commit aff75af3b50f8c039ed6fbfa3f313ba45d44f6e6)


More information about the Gcc-bugs mailing list