]> git.ipfire.org Git - thirdparty/gcc.git/commit
arm: Fix pr69245.c testcase for reorder assembler architecture directives [PR101723]
authorChristophe Lyon <christophe.lyon@foss.st.com>
Fri, 6 Aug 2021 14:25:47 +0000 (14:25 +0000)
committerRichard Earnshaw <Richard.Earnshaw@arm.com>
Wed, 18 Aug 2021 15:22:39 +0000 (16:22 +0100)
commitb8a001599d21eaa77737df7efc6bc206e6964cdf
treeded1ff040b4c625e9c3cc8f9b1db00f8cf251e17
parent39bb64e79a280fa773c8dcd79b992745e8c1b738
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)
gcc/testsuite/gcc.target/arm/pr69245.c