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

#include <x86intrin.h>

int dummy;