aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8/gcc/testsuite/gcc.target/i386/stackalign/asm-1.c
blob: dfe3968f5a9f242b86f689dbbd7c77082e58d33a (plain)
1
2
3
4
5
6
7
/* { dg-do compile } */
/* { dg-require-effective-target ia32 } */
/* { 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));}