public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Vladimir Makarov <vmakarov@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r11-6988] [PR97701] Modify test for trunk
Date: Fri, 29 Jan 2021 21:06:04 +0000 (GMT)	[thread overview]
Message-ID: <20210129210604.DCB273857820@sourceware.org> (raw)

https://gcc.gnu.org/g:0202fa3d6359911a9e6d605d33d0ac669e21eaf3

commit r11-6988-g0202fa3d6359911a9e6d605d33d0ac669e21eaf3
Author: Vladimir N. Makarov <vmakarov@redhat.com>
Date:   Fri Jan 29 16:04:03 2021 -0500

    [PR97701] Modify test for trunk
    
    Original test was for gcc-10.  The modified one for trunk.
    
    gcc/testsuite/ChangeLog:
    
            PR target/97701
            * gcc.target/aarch64/pr97701.c: Modify.

Diff:
---
 gcc/testsuite/gcc.target/aarch64/pr97701.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/aarch64/pr97701.c b/gcc/testsuite/gcc.target/aarch64/pr97701.c
index ede3540c48d..05a8137fcd4 100644
--- a/gcc/testsuite/gcc.target/aarch64/pr97701.c
+++ b/gcc/testsuite/gcc.target/aarch64/pr97701.c
@@ -11,7 +11,7 @@ void e(signed f, int g, char h, char i, char j) {
       for (long m = f + 6LL; m < (h ? h : i); m += 2)
         for (int n = 0; n < 16; n += 3LL) {
           for (int o = g; o; o++)
-            a[k][l][m][n][o] = b[k][l][m][n][o] = d[k] ? 2 : 0;
+            a[k][l][m][n][o] = b[k][l][m][n][o] = d[k] ? 2 : 1;
           c[k][l][m][0] = 0;
         }
 }


                 reply	other threads:[~2021-01-29 21:06 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=20210129210604.DCB273857820@sourceware.org \
    --to=vmakarov@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).