re PR c++/67184 (Missed optimization with C++11 final specifier)
[official-gcc.git] / gcc / testsuite / g++.dg / other / i386-7.C
blobe2ad51e528dde4c63ac9072635950304dc8833e4
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" } */
6 #include <x86intrin.h>
8 int dummy;