PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / fxsave-1.c
blob567af8d0e443e2388b00e9ebdf43c889ef8adb6d
1 /* { dg-do compile } */
2 /* { dg-options "-mfxsr -O2" } */
3 /* { dg-final { scan-assembler "fxsave\[ \\t\]" } } */
5 #include <x86intrin.h>
7 void extern
8 fxsave_test (void)
10 char fxsave_region [512] __attribute__((aligned(16)));
11 _fxsave (fxsave_region);