re PR target/31585 (gcc.target/i386/sse-vect-types.c FAILs (also sse-13.c and sse-14.c))
PR target/31585 * gcc.target/i386/sse-vect-types.c: Do not redefine "static" and "__inline". Use "-msse" instead of "-msse2". From-SVN: r124868
This commit is contained in:
parent
ffd5f27613
commit
643827b29b
2 changed files with 7 additions and 9 deletions
|
@ -1,3 +1,9 @@
|
|||
2006-05-20 Uros Bizjak <ubizjak@gmail.com>
|
||||
|
||||
PR target/31585
|
||||
* gcc.target/i386/sse-vect-types.c: Do not redefine "static"
|
||||
and "__inline". Use "-msse" instead of "-msse2".
|
||||
|
||||
2006-05-20 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
|
||||
|
||||
PR middle-end/7651
|
||||
|
|
|
@ -1,13 +1,5 @@
|
|||
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
|
||||
/* { dg-options "-O0 -msse2" } */
|
||||
|
||||
/* Test the intrinsics without optimization. All of them are
|
||||
defined as inline functions in mmintrin.h that reference the proper
|
||||
builtin functions. Defining away "static" and "__inline" results in
|
||||
all of them being compiled as proper functions. */
|
||||
|
||||
#define static
|
||||
#define __inline
|
||||
/* { dg-options "-O0 -msse" } */
|
||||
|
||||
#include <xmmintrin.h>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue