OSDN Git Service

Add NIOS2 support. Code from SourceyG++.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / other / i386-7.C
1 /* Test that x86intrin.h is usable with -O -pedantic-errors.  */
2 /* We were using SSE4.2 builtins without the extension available.  */
3 /* { dg-do compile { target i?86-*-* x86_64-*-* } } */
4 /* { dg-options "-O -pedantic-errors" } */
5
6 #include <x86intrin.h>
7
8 int dummy;