public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-761] Fix typo in testcase.
@ 2021-05-13  5:46 hongtao Liu
  0 siblings, 0 replies; only message in thread
From: hongtao Liu @ 2021-05-13  5:46 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:0ffdbc85d9a626fab175823421d53bc0e9564252

commit r12-761-g0ffdbc85d9a626fab175823421d53bc0e9564252
Author: liuhongt <hongtao.liu@intel.com>
Date:   Thu May 13 13:44:13 2021 +0800

    Fix typo in testcase.
    
    gcc/testsuite/ChangeLog:
    
            * gcc.target/i386/avx-pr94680.c: Fix typo in testcase.

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

diff --git a/gcc/testsuite/gcc.target/i386/avx-pr94680.c b/gcc/testsuite/gcc.target/i386/avx-pr94680.c
index a89e4967f64..cb5041b6af3 100644
--- a/gcc/testsuite/gcc.target/i386/avx-pr94680.c
+++ b/gcc/testsuite/gcc.target/i386/avx-pr94680.c
@@ -76,7 +76,7 @@ foo_v16hi_l (v16hi x)
 {
   return __builtin_shuffle ((v16hi)  { 0, 0, 0, 0, 0, 0, 0, 0,
 				       0, 0, 0, 0, 0, 0, 0, 0 }, x,
-			    (v16hi) { 16, 17, 18, 20, 21, 22, 23,
+			    (v16hi) { 16, 17, 18, 19, 20, 21, 22, 23,
 				      15, 0, 13, 2, 11, 4, 9, 6 });
 }


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

only message in thread, other threads:[~2021-05-13  5:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-13  5:46 [gcc r12-761] Fix typo in testcase hongtao Liu

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