public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-2845] testsuite: Fix up avx256-unaligned-store-3.c test.
@ 2022-09-26  5:30 hongtao Liu
  0 siblings, 0 replies; only message in thread
From: hongtao Liu @ 2022-09-26  5:30 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:9c9cf4f087f28dc3bf8dfa769380b3b58728a0f7

commit r13-2845-g9c9cf4f087f28dc3bf8dfa769380b3b58728a0f7
Author: Hu, Lin1 <lin1.hu@intel.com>
Date:   Mon Sep 26 10:15:08 2022 +0800

    testsuite: Fix up avx256-unaligned-store-3.c test.
    
    gcc/testsuite/ChangeLog:
    
            PR target/94962
            * gcc.target/i386/avx256-unaligned-store-3.c: Add -mno-avx512f

Diff:
---
 gcc/testsuite/gcc.target/i386/avx256-unaligned-store-3.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/i386/avx256-unaligned-store-3.c b/gcc/testsuite/gcc.target/i386/avx256-unaligned-store-3.c
index f909099bcb1..67635fb9e66 100644
--- a/gcc/testsuite/gcc.target/i386/avx256-unaligned-store-3.c
+++ b/gcc/testsuite/gcc.target/i386/avx256-unaligned-store-3.c
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-O3 -dp -mavx -mavx256-split-unaligned-store -mtune=generic -fno-common" } */
+/* { dg-options "-O3 -dp -mavx -mavx256-split-unaligned-store -mtune=generic -fno-common -mno-avx512f" } */
 
 #define N 1024

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

only message in thread, other threads:[~2022-09-26  5:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-26  5:30 [gcc r13-2845] testsuite: Fix up avx256-unaligned-store-3.c test 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).