aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/other/i386-2.C
blob: b988f9d93da184f2a9cb4a08b2451f3b6dde299e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Test that {,x,e,p}mmintrin.h and mm_malloc.h are
   usable with -pedantic-errors.  */
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
/* { dg-options "-pedantic-errors -msse3" } */

#include <mmintrin.h>
#include <xmmintrin.h>
#include <emmintrin.h>
#include <pmmintrin.h>
#include <mm_malloc.h>

int dummy;