summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/other/i386-7.C
blob: e2ad51e528dde4c63ac9072635950304dc8833e4 (plain)
1
2
3
4
5
6
7
8
/* Test that x86intrin.h is usable with -O -pedantic-errors.  */
/* We were using SSE4.2 builtins without the extension available.  */
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
/* { dg-options "-O -pedantic-errors" } */

#include <x86intrin.h>

int dummy;