public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r11-6988] [PR97701] Modify test for trunk
@ 2021-01-29 21:06 Vladimir Makarov
  0 siblings, 0 replies; only message in thread
From: Vladimir Makarov @ 2021-01-29 21:06 UTC (permalink / raw)
  To: gcc-cvs

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;
         }
 }


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-01-29 21:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-29 21:06 [gcc r11-6988] [PR97701] Modify test for trunk Vladimir Makarov

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).