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
/
g++.dg
/
other
/
i386-2.C
blob
b988f9d93da184f2a9cb4a08b2451f3b6dde299e
1
/* Test that {,x,e,p}mmintrin.h and mm_malloc.h are
2
usable with -pedantic-errors. */
3
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
4
/* { dg-options "-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;