From: Artjoms Sinkarovs Date: Fri, 14 Oct 2011 15:37:07 +0000 (+0000) Subject: Exclude 32-bit archs from warn-vect-op* tests. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7d7a0211604472c2d489d6304f8b56df4c619537;p=gcc.git Exclude 32-bit archs from warn-vect-op* tests. From-SVN: r179991 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 83d14d0656c..140630e8fc8 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2011-10-14 Artjoms Sinkarovs + + * gcc.target/i386/warn-vect-op-3.c: Exclude 32-bit architectures. + * gcc.target/i386/warn-vect-op-1.c: Ditto. + * gcc.target/i386/warn-vect-op-2.c: Ditto. + 2011-10-14 Tobias Burnus PR fortran/50718 diff --git a/gcc/testsuite/gcc.target/i386/warn-vect-op-1.c b/gcc/testsuite/gcc.target/i386/warn-vect-op-1.c index f87cf5996fa..6fecf926208 100644 --- a/gcc/testsuite/gcc.target/i386/warn-vect-op-1.c +++ b/gcc/testsuite/gcc.target/i386/warn-vect-op-1.c @@ -1,4 +1,4 @@ -/* { dg-do compile } */ +/* { dg-do compile { target { ! { ia32 } } } } */ /* { dg-options "-mno-sse -Wvector-operation-performance" } */ #define vector(elcount, type) \ __attribute__((vector_size((elcount)*sizeof(type)))) type diff --git a/gcc/testsuite/gcc.target/i386/warn-vect-op-2.c b/gcc/testsuite/gcc.target/i386/warn-vect-op-2.c index f081d8a9dbe..6e631192445 100644 --- a/gcc/testsuite/gcc.target/i386/warn-vect-op-2.c +++ b/gcc/testsuite/gcc.target/i386/warn-vect-op-2.c @@ -1,4 +1,4 @@ -/* { dg-do compile } */ +/* { dg-do compile { target { ! { ia32 } } } } */ /* { dg-options "-mno-sse -Wvector-operation-performance" } */ #define vector(elcount, type) \ __attribute__((vector_size((elcount)*sizeof(type)))) type diff --git a/gcc/testsuite/gcc.target/i386/warn-vect-op-3.c b/gcc/testsuite/gcc.target/i386/warn-vect-op-3.c index ccb9e988451..bdbd8b520b7 100644 --- a/gcc/testsuite/gcc.target/i386/warn-vect-op-3.c +++ b/gcc/testsuite/gcc.target/i386/warn-vect-op-3.c @@ -1,4 +1,4 @@ -/* { dg-do compile } */ +/* { dg-do compile { target { ! { ia32 } } } } */ /* { dg-options "-mno-sse -Wvector-operation-performance" } */ #define vector(elcount, type) \ __attribute__((vector_size((elcount)*sizeof(type)))) type