]> git.ipfire.org Git - thirdparty/gcc.git/commit
[testsuite][arm] Fix cmse-15.c expected output
authorTorbjörn SVENSSON <torbjorn.svensson@foss.st.com>
Fri, 23 Sep 2022 08:35:15 +0000 (10:35 +0200)
committerTorbjörn SVENSSON <torbjorn.svensson@foss.st.com>
Mon, 3 Oct 2022 16:24:21 +0000 (18:24 +0200)
commitb22baa40d7465addf01373a0555a79fdf63dfa72
tree6ce79a85b60a8ecec4030dfe233e0d7d8c51b0a0
parentc823366fdb9069a54a37a3b18b65a4fa69feabfd
[testsuite][arm] Fix cmse-15.c expected output

The cmse-15.c testcase fails at -Os because ICF means that we
generate
secure3:
        b       secure1

which is OK, but does not match the currently expected
secure3:
...
        bx      r[0-3]

gcc/testsuite/ChangeLog:

* gcc.target/arm/cmse/cmse-15.c: Align with -Os improvements.

Co-Authored-By: Yvan ROUX <yvan.roux@foss.st.com>
Signed-off-by: Torbjörn SVENSSON <torbjorn.svensson@foss.st.com>
gcc/testsuite/gcc.target/arm/cmse/cmse-15.c