Index: gcc.target/i386/avx256-unaligned-store-3.c
===================================================================
--- gcc.target/i386/avx256-unaligned-store-3.c	(revision 179535)
+++ gcc.target/i386/avx256-unaligned-store-3.c	(working copy)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-O3 -dp -mavx -mavx256-split-unaligned-store" } */
+/* { dg-options "-O3 -dp -mavx -mavx256-split-unaligned-store -mtune=generic" } */
 
 #define N 1024
 
Index: gcc.target/i386/avx256-unaligned-load-3.c
===================================================================
--- gcc.target/i386/avx256-unaligned-load-3.c	(revision 179535)
+++ gcc.target/i386/avx256-unaligned-load-3.c	(working copy)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-O3 -dp -mavx -mavx256-split-unaligned-load" } */
+/* { dg-options "-O3 -dp -mavx -mavx256-split-unaligned-load -mtune=generic" } */
 
 #define N 1024
 
