Commit 7d7a0211 by Artjoms Sinkarovs Committed by Artjoms Sinkarovs

Exclude 32-bit archs from warn-vect-op* tests.

From-SVN: r179991
parent 267ff156
2011-10-14 Artjoms Sinkarovs <artyom.shinkaroff@gmail.com>
* 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 <burnus@net-b.de> 2011-10-14 Tobias Burnus <burnus@net-b.de>
PR fortran/50718 PR fortran/50718
......
/* { dg-do compile } */ /* { dg-do compile { target { ! { ia32 } } } } */
/* { dg-options "-mno-sse -Wvector-operation-performance" } */ /* { dg-options "-mno-sse -Wvector-operation-performance" } */
#define vector(elcount, type) \ #define vector(elcount, type) \
__attribute__((vector_size((elcount)*sizeof(type)))) type __attribute__((vector_size((elcount)*sizeof(type)))) type
......
/* { dg-do compile } */ /* { dg-do compile { target { ! { ia32 } } } } */
/* { dg-options "-mno-sse -Wvector-operation-performance" } */ /* { dg-options "-mno-sse -Wvector-operation-performance" } */
#define vector(elcount, type) \ #define vector(elcount, type) \
__attribute__((vector_size((elcount)*sizeof(type)))) type __attribute__((vector_size((elcount)*sizeof(type)))) type
......
/* { dg-do compile } */ /* { dg-do compile { target { ! { ia32 } } } } */
/* { dg-options "-mno-sse -Wvector-operation-performance" } */ /* { dg-options "-mno-sse -Wvector-operation-performance" } */
#define vector(elcount, type) \ #define vector(elcount, type) \
__attribute__((vector_size((elcount)*sizeof(type)))) type __attribute__((vector_size((elcount)*sizeof(type)))) type
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment