summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/other/i386-2.C
blob: 1ef6b2775d804a514b7f99989e9e2e348c902038 (plain)
1
2
3
4
5
6
7
8
9
/* Test that {,x,e,p,t,s,w,a,i}mmintrin.h, fma4intrin.h, xopintrin.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 -msse4a -mfma4 -mxop -maes -mpclmul" } */

#include <x86intrin.h>

int dummy;