* gcc.target/i386/pr70021.c: Add -mtune=skylake.
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / 20010520-1.c
blobab4ed16ce04760fb2a41ab7239cd425255b0d7f8
1 /* { dg-do compile } */
2 /* { dg-options "-w" } */
4 void f ()
6 int i __asm__ ("%eax");
7 __asm__ volatile ("" : "=a" (i));