(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
i386/
stackalign/
asm-1.c
       1  /* { dg-do compile } */
       2  /* { dg-require-effective-target ia32 } */
       3  /* { dg-options "-mpreferred-stack-boundary=2" } */
       4  
       5  /* This case is to detect a compile time regression introduced in stack
       6     branch development. */
       7  void f(){asm("%0"::"r"(1.5F));}void g(){asm("%0"::"r"(1.5));} /* { dg-warning "unsupported size" }  */