summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/other/i386-6.C
blob: 905ac97b01172413ef73c2ec6e99f529560e830b (plain)
1
2
3
4
5
6
7
8
9
10
11
/* Test that {,x,e,p,t,s,w,g,a,b}mmintrin.h, mm3dnow.h and mm_malloc.h are
   usable with -O -pedantic-errors.  */
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
/* { dg-options "-O -pedantic-errors -march=k8 -m3dnow -mavx -msse5 -maes -mpclmul" } */

#include <wmmintrin.h>
#include <bmmintrin.h>
#include <gmmintrin.h>
#include <mm3dnow.h>

int dummy;