From 26da76293a35f47a2eccd0edead549fae34c05c2 Mon Sep 17 00:00:00 2001 From: uros Date: Mon, 2 Jun 2014 13:40:49 +0000 Subject: [PATCH] * gcc.target/i386/xop-rotate1-vector.c (dg-options): Add -mno-avx2. * gcc.target/i386/xop-rotate2-vector.c (dg-options): Ditto. * gcc.target/i386/xop-rotate3-vector.c (dg-options): Ditto. * gcc.target/i386/xop-imul32widen-vector.c (dg-options): Ditto. * gcc.target/i386/xop-imul64-vector.c (dg-options): Ditto. * gcc.target/i386/xop-shift1-vector.c (dg-options): Ditto. * gcc.target/i386/xop-shift2-vector.c (dg-options): Ditto. * gcc.target/i386/xop-shift3-vector.c (dg-options): Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@211136 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/testsuite/ChangeLog | 15 +++++++++++++-- gcc/testsuite/gcc.target/i386/xop-imul32widen-vector.c | 2 +- gcc/testsuite/gcc.target/i386/xop-imul64-vector.c | 2 +- gcc/testsuite/gcc.target/i386/xop-rotate1-vector.c | 2 +- gcc/testsuite/gcc.target/i386/xop-rotate2-vector.c | 2 +- gcc/testsuite/gcc.target/i386/xop-rotate3-vector.c | 2 +- gcc/testsuite/gcc.target/i386/xop-shift1-vector.c | 2 +- gcc/testsuite/gcc.target/i386/xop-shift2-vector.c | 2 +- gcc/testsuite/gcc.target/i386/xop-shift3-vector.c | 2 +- 9 files changed, 21 insertions(+), 10 deletions(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 617a197bc53..a52af2b56cf 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,14 @@ +2014-06-02 Uros Bizjak + + * gcc.target/i386/xop-rotate1-vector.c (dg-options): Add -mno-avx2. + * gcc.target/i386/xop-rotate2-vector.c (dg-options): Ditto. + * gcc.target/i386/xop-rotate3-vector.c (dg-options): Ditto. + * gcc.target/i386/xop-imul32widen-vector.c (dg-options): Ditto. + * gcc.target/i386/xop-imul64-vector.c (dg-options): Ditto. + * gcc.target/i386/xop-shift1-vector.c (dg-options): Ditto. + * gcc.target/i386/xop-shift2-vector.c (dg-options): Ditto. + * gcc.target/i386/xop-shift3-vector.c (dg-options): Ditto. + 2014-06-02 Richard Biener PR tree-optimization/61346 @@ -326,7 +337,7 @@ * g++.dg/ubsan/float-cast-overflow-bf.C: New test. * gcc.dg/ubsan/float-cast-overflow-bf.c: New test. -2014-05-23 Jiong Wang +2014-05-23 Jiong Wang * gcc.target/aarch64/tail_indirect_call_1.c: New. @@ -563,7 +574,7 @@ PR target/58066 * gcc.target/i386/pr58066.c: Replace pattern matching of .cfi - directive with rtl insns. Add effective-target of fpic and + directive with rtl insns. Add effective-target fpic and tls_native. 2014-05-17 Xinliang David Li diff --git a/gcc/testsuite/gcc.target/i386/xop-imul32widen-vector.c b/gcc/testsuite/gcc.target/i386/xop-imul32widen-vector.c index 0730987e1a6..94a40595648 100644 --- a/gcc/testsuite/gcc.target/i386/xop-imul32widen-vector.c +++ b/gcc/testsuite/gcc.target/i386/xop-imul32widen-vector.c @@ -3,7 +3,7 @@ /* { dg-do compile } */ /* { dg-require-effective-target lp64 } */ -/* { dg-options "-O2 -mxop -ftree-vectorize" } */ +/* { dg-options "-O2 -mxop -mno-avx2 -ftree-vectorize" } */ extern void exit (int); diff --git a/gcc/testsuite/gcc.target/i386/xop-imul64-vector.c b/gcc/testsuite/gcc.target/i386/xop-imul64-vector.c index 382677e6050..fbf605f31ec 100644 --- a/gcc/testsuite/gcc.target/i386/xop-imul64-vector.c +++ b/gcc/testsuite/gcc.target/i386/xop-imul64-vector.c @@ -3,7 +3,7 @@ /* { dg-do compile } */ /* { dg-require-effective-target lp64 } */ -/* { dg-options "-O2 -mxop -ftree-vectorize" } */ +/* { dg-options "-O2 -mxop -mno-avx2 -ftree-vectorize" } */ extern void exit (int); diff --git a/gcc/testsuite/gcc.target/i386/xop-rotate1-vector.c b/gcc/testsuite/gcc.target/i386/xop-rotate1-vector.c index f2b9eb8455d..a6d88fb4fb4 100644 --- a/gcc/testsuite/gcc.target/i386/xop-rotate1-vector.c +++ b/gcc/testsuite/gcc.target/i386/xop-rotate1-vector.c @@ -2,7 +2,7 @@ into prot on XOP systems. */ /* { dg-do compile { target { ! { ia32 } } } } */ -/* { dg-options "-O2 -mxop -ftree-vectorize" } */ +/* { dg-options "-O2 -mxop -mno-avx2 -ftree-vectorize" } */ extern void exit (int); diff --git a/gcc/testsuite/gcc.target/i386/xop-rotate2-vector.c b/gcc/testsuite/gcc.target/i386/xop-rotate2-vector.c index 11d40023f87..11435a72a34 100644 --- a/gcc/testsuite/gcc.target/i386/xop-rotate2-vector.c +++ b/gcc/testsuite/gcc.target/i386/xop-rotate2-vector.c @@ -2,7 +2,7 @@ into prot on XOP systems. */ /* { dg-do compile { target { ! { ia32 } } } } */ -/* { dg-options "-O2 -mxop -ftree-vectorize" } */ +/* { dg-options "-O2 -mxop -mno-avx2 -ftree-vectorize" } */ extern void exit (int); diff --git a/gcc/testsuite/gcc.target/i386/xop-rotate3-vector.c b/gcc/testsuite/gcc.target/i386/xop-rotate3-vector.c index eb3c6143159..af324c5c9c3 100644 --- a/gcc/testsuite/gcc.target/i386/xop-rotate3-vector.c +++ b/gcc/testsuite/gcc.target/i386/xop-rotate3-vector.c @@ -2,7 +2,7 @@ into prot on XOP systems. */ /* { dg-do compile { target { ! { ia32 } } } } */ -/* { dg-options "-O2 -mxop -ftree-vectorize" } */ +/* { dg-options "-O2 -mxop -mno-avx2 -ftree-vectorize" } */ extern void exit (int); diff --git a/gcc/testsuite/gcc.target/i386/xop-shift1-vector.c b/gcc/testsuite/gcc.target/i386/xop-shift1-vector.c index 16b3a6b7556..12e1caf7ae4 100644 --- a/gcc/testsuite/gcc.target/i386/xop-shift1-vector.c +++ b/gcc/testsuite/gcc.target/i386/xop-shift1-vector.c @@ -2,7 +2,7 @@ psha/pshl on XOP systems. */ /* { dg-do compile { target { ! { ia32 } } } } */ -/* { dg-options "-O2 -mxop -ftree-vectorize" } */ +/* { dg-options "-O2 -mxop -mno-avx2 -ftree-vectorize" } */ extern void exit (int); diff --git a/gcc/testsuite/gcc.target/i386/xop-shift2-vector.c b/gcc/testsuite/gcc.target/i386/xop-shift2-vector.c index 1f1ed630ee9..5533721f1d9 100644 --- a/gcc/testsuite/gcc.target/i386/xop-shift2-vector.c +++ b/gcc/testsuite/gcc.target/i386/xop-shift2-vector.c @@ -2,7 +2,7 @@ psha/pshl on XOP systems. */ /* { dg-do compile { target { ! { ia32 } } } } */ -/* { dg-options "-O2 -mxop -ftree-vectorize" } */ +/* { dg-options "-O2 -mxop -mno-avx2 -ftree-vectorize" } */ extern void exit (int); diff --git a/gcc/testsuite/gcc.target/i386/xop-shift3-vector.c b/gcc/testsuite/gcc.target/i386/xop-shift3-vector.c index de6417876ea..e12edcefba3 100644 --- a/gcc/testsuite/gcc.target/i386/xop-shift3-vector.c +++ b/gcc/testsuite/gcc.target/i386/xop-shift3-vector.c @@ -2,7 +2,7 @@ psha/pshl on XOP systems. */ /* { dg-do compile { target { ! { ia32 } } } } */ -/* { dg-options "-O2 -mxop -ftree-vectorize" } */ +/* { dg-options "-O2 -mxop -mno-avx2 -ftree-vectorize" } */ extern void exit (int); -- 2.11.4.GIT