repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.target
/
i386
/
sse-12.c
blob
83cc91588cff43c92bea219842525552f2adf355
1
/* Test that {,x,e,p}mmintrin.h and mm_malloc.h are
2
usable with -std=c89 -pedantic-errors. */
3
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
4
/* { dg-options "-std=c89 -pedantic-errors -msse3" } */
5
6
#include <mmintrin.h>
7
#include <xmmintrin.h>
8
#include <emmintrin.h>
9
#include <pmmintrin.h>
10
#include <mm_malloc.h>
11
12
int
dummy
;