From: Rainer Orth Date: Mon, 31 Jan 2011 14:56:31 +0000 (+0000) Subject: re PR target/45325 (target attribute doesn't work with -march=i586) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=529da9b5708d8c57072fe172ce8850c2c821846f;p=gcc.git re PR target/45325 (target attribute doesn't work with -march=i586) PR target/45325 * gcc.target/i386/pr38240.c: Add dg-options "-msse". From-SVN: r169440 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 2c76ef9494b..d12d6125529 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2011-01-31 Rainer Orth + + PR target/45325 + * gcc.target/i386/pr38240.c: Add dg-options "-msse". + 2011-01-31 Rainer Orth * g++.dg/abi/mangle40.C: Pass "" to dg-require-weak. diff --git a/gcc/testsuite/gcc.target/i386/pr38240.c b/gcc/testsuite/gcc.target/i386/pr38240.c index 6a3568754b3..99e875894d2 100644 --- a/gcc/testsuite/gcc.target/i386/pr38240.c +++ b/gcc/testsuite/gcc.target/i386/pr38240.c @@ -1,4 +1,5 @@ /* { dg-do compile } */ +/* { dg-options "-msse" } */ typedef float V __attribute__ ((__vector_size__ (16), __may_alias__));