aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/i386/20010520-1.c
blob: 97ee32b0b828ee80a2b9480a7a670c6874b1088c (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
/* { dg-options "-w" } */

void f ()
{
  int i __asm__ ("%eax");
  __asm__ volatile ("" : "=a" (i));
}