public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Torbjorn Svensson <azoff@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r13-3047] [testsuite][arm] Fix cmse-15.c expected output
Date: Mon,  3 Oct 2022 16:24:56 +0000 (GMT)	[thread overview]
Message-ID: <20221003162456.5E2753858D38@sourceware.org> (raw)

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

commit r13-3047-gb22baa40d7465addf01373a0555a79fdf63dfa72
Author: Torbjörn SVENSSON <torbjorn.svensson@foss.st.com>
Date:   Fri Sep 23 10:35:15 2022 +0200

    [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>

Diff:
---
 gcc/testsuite/gcc.target/arm/cmse/cmse-15.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gcc/testsuite/gcc.target/arm/cmse/cmse-15.c b/gcc/testsuite/gcc.target/arm/cmse/cmse-15.c
index b0fefe561a1..5188f1d697f 100644
--- a/gcc/testsuite/gcc.target/arm/cmse/cmse-15.c
+++ b/gcc/testsuite/gcc.target/arm/cmse/cmse-15.c
@@ -144,6 +144,8 @@ int secure2 (s_bar_ptr s_bar_p)
 **	bx	r[0-3]
 ** |
 **	blx	r[0-3]
+** |
+**	b	secure1
 ** )
 **	...
 */

                 reply	other threads:[~2022-10-03 16:24 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221003162456.5E2753858D38@sourceware.org \
    --to=azoff@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).