summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/i386/stackalign/asm-1.c
blob: e4d4f20bb18e2053aa0bfb1580847d064ab5b2e8 (plain)
1
2
3
4
5
6
7
/* { dg-do compile } */
/* { dg-require-effective-target ilp32 } */
/* { dg-options "-mpreferred-stack-boundary=2" } */

/* This case is to detect a compile time regression introduced in stack
   branch development. */
f(){asm("%0"::"r"(1.5F));}g(){asm("%0"::"r"(1.5));}